--- trunk/RomCheater/Properties/Settings.Designer.cs 2012/05/09 11:29:33 34 +++ trunk/RomCheater/Properties/Settings.Designer.cs 2012/05/09 19:41:06 86 @@ -34,5 +34,41 @@ namespace RomCheater.Properties { this["UpgradeRequired"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastConfigPlugin { + get { + return ((string)(this["LastConfigPlugin"])); + } + set { + this["LastConfigPlugin"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastInputPlugin { + get { + return ((string)(this["LastInputPlugin"])); + } + set { + this["LastInputPlugin"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("None [00000000-0000-0000-0000-000000000000]")] + public string LastWindowPlugin { + get { + return ((string)(this["LastWindowPlugin"])); + } + set { + this["LastWindowPlugin"] = value; + } + } } } |