Bugfix: Incorrect default using statement
This commit is contained in:
parent
67c85f9b40
commit
a7e708b8a1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace cscz
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public List<string> UsingStatements = new List<string>()
|
public List<string> UsingStatements = new List<string>()
|
||||||
{
|
{
|
||||||
"s"
|
"System"
|
||||||
};
|
};
|
||||||
public List<string> Signatures = new List<string>();
|
public List<string> Signatures = new List<string>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue