diff options
author | fcolin | 2007-02-01 09:52:33 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:33 +0000 |
commit | 9f78284451525d7c068ef5c48f8b18fd34f92a3e (patch) | |
tree | bb721825c556504780e30b46fc5bf4b1160f0bd2 /CSharp/Ivy | |
parent | 2da95c82884d40f3b0b42fad7f28c5ef554189a7 (diff) | |
download | ivy-csharp-9f78284451525d7c068ef5c48f8b18fd34f92a3e.zip ivy-csharp-9f78284451525d7c068ef5c48f8b18fd34f92a3e.tar.gz ivy-csharp-9f78284451525d7c068ef5c48f8b18fd34f92a3e.tar.bz2 ivy-csharp-9f78284451525d7c068ef5c48f8b18fd34f92a3e.tar.xz |
Utilisateur : Fcolin Date : 13/01/06 Heure : 16:30 Archivé dans $/CSharp/Ivy/Ivy/Properties Commentaire: (vss 2)
Diffstat (limited to 'CSharp/Ivy')
-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 64246c4..123d0bd 100644 --- a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs +++ b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs @@ -50,16 +50,13 @@ namespace IvyBus.Properties { }
}
- [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string IvyBus {
get {
return ((string)(this["IvyBus"]));
}
- set {
- this["IvyBus"] = value;
- }
}
}
}
|