diff --git a/cscz/ClassGenerator.cs b/cscz/ClassGenerator.cs index 9aa566c..1b2e92f 100644 --- a/cscz/ClassGenerator.cs +++ b/cscz/ClassGenerator.cs @@ -26,7 +26,7 @@ namespace cscz /// public List UsingStatements = new List() { - "s" + "System" }; public List Signatures = new List();