diff options
author | fcolin | 2007-02-01 09:52:39 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:39 +0000 |
commit | 1960ee391139e19b7494081a65c80631de99c847 (patch) | |
tree | 09fe009d82b0c5a4a8a7c8afca626313764f41f8 /CSharp | |
parent | ef216647aaaa04b0e38cc46683297b567a482a95 (diff) | |
download | ivy-csharp-1960ee391139e19b7494081a65c80631de99c847.zip ivy-csharp-1960ee391139e19b7494081a65c80631de99c847.tar.gz ivy-csharp-1960ee391139e19b7494081a65c80631de99c847.tar.bz2 ivy-csharp-1960ee391139e19b7494081a65c80631de99c847.tar.xz |
Utilisateur : Fcolin Date : 6/02/06 Heure : 13:43 Archivé dans $/CSharp/Ivy/Ivy/Properties Commentaire: (vss 5)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Properties/Settings.Designer.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs index 9a0bc41..96b0f2d 100644 --- a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs +++ b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs @@ -68,16 +68,13 @@ namespace IvyBus.Properties { }
}
- [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ReadyMessage {
get {
return ((string)(this["ReadyMessage"]));
}
- set {
- this["ReadyMessage"] = value;
- }
}
}
}
|