summaryrefslogtreecommitdiff
path: root/CommandLineWrapperExample/Program.cs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-13 08:22:09 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-13 08:22:09 +0800
commit5d8b29664c13e6e5c6292d79973980182ece1441 (patch)
treeced2f67c82ce0748dbd0090f0fde6b921329d259 /CommandLineWrapperExample/Program.cs
parent7d59c15b0efd2aa5a27aef356a265f850a2e7e2f (diff)
Add data loading from wrapper to view modelHEADmain
Diffstat (limited to 'CommandLineWrapperExample/Program.cs')
-rw-r--r--CommandLineWrapperExample/Program.cs6
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