From 5d8b29664c13e6e5c6292d79973980182ece1441 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 13 Jan 2026 08:22:09 +0800 Subject: Add data loading from wrapper to view model --- CommandLineWrapperExample/Program.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CommandLineWrapperExample') 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 -- cgit