summaryrefslogtreecommitdiff
path: root/CommandLineWrapperExample/Program.cs
diff options
context:
space:
mode:
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