mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
bug fixes
This commit is contained in:
22
CUEPlayer/Properties/Settings.Designer.cs
generated
22
CUEPlayer/Properties/Settings.Designer.cs
generated
@@ -32,5 +32,27 @@ namespace CUEPlayer.Properties {
|
||||
return ((string)(this["CUEPlayerConnectionString"]));
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::CUETools.Codecs.Icecast.IcecastSettingsData IcecastSettings {
|
||||
get {
|
||||
return ((global::CUETools.Codecs.Icecast.IcecastSettingsData)(this["IcecastSettings"]));
|
||||
}
|
||||
set {
|
||||
this["IcecastSettings"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::CUEPlayer.CUEPlayerSettings AppSettings {
|
||||
get {
|
||||
return ((global::CUEPlayer.CUEPlayerSettings)(this["AppSettings"]));
|
||||
}
|
||||
set {
|
||||
this["AppSettings"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user