diff options
author | fcolin | 2007-02-01 09:52:35 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:35 +0000 |
commit | 53b23de246e94355c0ae9338c74627301dc447c8 (patch) | |
tree | 7f476363f3b936c91dbec9fc5843dd72e0f24736 /CSharp | |
parent | 9f78284451525d7c068ef5c48f8b18fd34f92a3e (diff) | |
download | ivy-csharp-53b23de246e94355c0ae9338c74627301dc447c8.zip ivy-csharp-53b23de246e94355c0ae9338c74627301dc447c8.tar.gz ivy-csharp-53b23de246e94355c0ae9338c74627301dc447c8.tar.bz2 ivy-csharp-53b23de246e94355c0ae9338c74627301dc447c8.tar.xz |
Utilisateur : Fcolin Date : 16/01/06 Heure : 13:58 Archivé dans $/CSharp/Ivy/Ivy/Properties Commentaire: (vss 3)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Properties/Settings.Designer.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs index 123d0bd..766119a 100644 --- a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs +++ b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs @@ -58,5 +58,26 @@ namespace IvyBus.Properties { return ((string)(this["IvyBus"]));
}
}
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string AppName {
+ get {
+ return ((string)(this["AppName"]));
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string ReadyMessage {
+ get {
+ return ((string)(this["ReadyMessage"]));
+ }
+ set {
+ this["ReadyMessage"] = value;
+ }
+ }
}
}
|