We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc03924 commit 67647eaCopy full SHA for 67647ea
Examples/BaseContext.cs
@@ -5,8 +5,8 @@ namespace aspose.tasks.csharp
5
{
6
public class BaseContext
7
8
- public static string AppKey = "3cbe143d4df5ac2170602f52bd708053";
9
- public static string AppSid = "78946fb4-3bd4-4d3e-b309-f9e2ff9ac6f9" ;
+ public static string AppKey = "";
+ public static string AppSid = "";
10
public string DataFolder ="";
11
}
12
0 commit comments