Skip to content

Commit 67647ea

Browse files
[N/A] - Removed redundant data.
1 parent fc03924 commit 67647ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/BaseContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace aspose.tasks.csharp
55
{
66
public class BaseContext
77
{
8-
public static string AppKey = "3cbe143d4df5ac2170602f52bd708053";
9-
public static string AppSid = "78946fb4-3bd4-4d3e-b309-f9e2ff9ac6f9" ;
8+
public static string AppKey = "";
9+
public static string AppSid = "";
1010
public string DataFolder ="";
1111
}
1212
}

0 commit comments

Comments
 (0)