..
This commit is contained in:
14
Project/Properties/Settings.Designer.cs
generated
14
Project/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,5 +10,18 @@
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=10.131.36.205;Initial Catalog=GroupWare;Persist Security Info=True;User ID=gw;Password=Amkor123!</Value>
|
||||
</Setting>
|
||||
<Setting Name="nilliila" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">using System;
|
||||
namespace HelloWorld
|
||||
{
|
||||
public static class HelloWorldClass
|
||||
{
|
||||
public static string test()
|
||||
{
|
||||
return {0};
|
||||
}
|
||||
}
|
||||
};</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user