bug fixes

This commit is contained in:
chudov
2010-04-16 04:30:51 +00:00
parent a866b79341
commit 08722c0255
46 changed files with 1990 additions and 420 deletions

View File

@@ -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;
}
}
}
}