Bugfix: Incorrect default using statement

This commit is contained in:
Starbeamrainbowlabs 2016-06-27 20:39:14 +01:00
parent 67c85f9b40
commit a7e708b8a1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace cscz
/// </summary>
public List<string> UsingStatements = new List<string>()
{
"s"
"System"
};
public List<string> Signatures = new List<string>();