This commit is contained in:
chikyun.kim
2018-09-14 17:40:26 +09:00
parent 695d53aae7
commit 6cdd8d4c03
49 changed files with 10960 additions and 2165 deletions

View File

@@ -33,5 +33,19 @@ namespace Project.Properties {
return ((string)(this["gwcs"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("using System; \r\nnamespace HelloWorld \r\n{ \r\n public static class HelloWorldCla" +
"ss \r\n { \r\n public static string test() \r\n { \r\n " +
" return {0};\r\n } \r\n } \r\n};")]
public string nilliila {
get {
return ((string)(this["nilliila"]));
}
set {
this["nilliila"] = value;
}
}
}
}