To net8.0

This commit is contained in:
h z
2024-07-13 09:29:45 +01:00
parent 574d00d4b7
commit 5fbbbe83a1
7 changed files with 28 additions and 8 deletions

View File

@@ -4,5 +4,6 @@ public interface ITerminalModule : IParameterModule
{
void Drain();
bool Finished { get; set; }
}