summaryrefslogtreecommitdiff
path: root/CommandLineWrapperExample
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapperExample')
-rw-r--r--CommandLineWrapperExample/Program.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs
index 64d4e80..1b67cb8 100644
--- a/CommandLineWrapperExample/Program.cs
+++ b/CommandLineWrapperExample/Program.cs
@@ -1,3 +1,5 @@
+using CommandLineWrapper;
+
internal class Program
{
private static string currentDirectory = "/.Temp/Current/";
@@ -18,6 +20,6 @@ internal class Program
var workspace = new JVCSWorkspace();
await workspace.InitializeAsync(current);
- await workspace.Login("catilgrass", "127.0.0.1");
+ await workspace.SheetList();
}
}