mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-11-15 04:45:09 +01:00
68 lines
2.7 KiB
C#
68 lines
2.7 KiB
C#
|
/* This file is part of TransmitMii
|
|||
|
* Copyright (C) 2009 Leathl
|
|||
|
*
|
|||
|
* TransmitMii is free software: you can redistribute it and/or
|
|||
|
* modify it under the terms of the GNU General Public License as published
|
|||
|
* by the Free Software Foundation, either version 3 of the License, or
|
|||
|
* (at your option) any later version.
|
|||
|
*
|
|||
|
* TransmitMii is distributed in the hope that it will be
|
|||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|||
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
|
* GNU General Public License for more details.
|
|||
|
*
|
|||
|
* You should have received a copy of the GNU General Public License
|
|||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
*/
|
|||
|
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// Dieser Code wurde von einem Tool generiert.
|
|||
|
// Laufzeitversion:2.0.50727.4927
|
|||
|
//
|
|||
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|||
|
// der Code erneut generiert wird.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace TransmitMii.Properties {
|
|||
|
|
|||
|
|
|||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
|
|||
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|||
|
|
|||
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|||
|
|
|||
|
public static Settings Default {
|
|||
|
get {
|
|||
|
return defaultInstance;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|||
|
public string IPAddress {
|
|||
|
get {
|
|||
|
return ((string)(this["IPAddress"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IPAddress"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|||
|
public int Protocol {
|
|||
|
get {
|
|||
|
return ((int)(this["Protocol"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["Protocol"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|