diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-13 08:22:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-13 08:22:09 +0800 |
| commit | 5d8b29664c13e6e5c6292d79973980182ece1441 (patch) | |
| tree | ced2f67c82ce0748dbd0090f0fde6b921329d259 /CommandLineWrapperExample/Program.cs | |
| parent | 7d59c15b0efd2aa5a27aef356a265f850a2e7e2f (diff) | |
Diffstat (limited to 'CommandLineWrapperExample/Program.cs')
| -rw-r--r-- | CommandLineWrapperExample/Program.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs index 0d9ecdf..6c0e587 100644 --- a/CommandLineWrapperExample/Program.cs +++ b/CommandLineWrapperExample/Program.cs @@ -1,6 +1,8 @@ using CommandLineWrapper; -internal class Program +namespace CommandLineWrapperExample; + +internal abstract class Program { private static string currentDirectory = "/.Temp/Current/"; private static string CorrectCurrentDirectory() @@ -20,4 +22,4 @@ internal class Program var workspace = new JVCSWorkspace(); await workspace.InitializeAsync(current); } -} +}
\ No newline at end of file |
