C# Class OpenTween.Setting.Panel.CooperatePanel

显示文件 Open project: opentween/OpenTween

Public Methods

Method Description
CooperatePanel ( ) : System
LoadConfig ( SettingCommon settingCommon ) : void
SaveConfig ( SettingCommon settingCommon ) : void

Private Methods

Method Description
EnableImgAzyobuziNetCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
UserAppointUrlText_Validating ( object sender, CancelEventArgs e ) : void

Method Details

CooperatePanel() public method

public CooperatePanel ( ) : System
return System

LoadConfig() public method

public LoadConfig ( SettingCommon settingCommon ) : void
settingCommon SettingCommon
return void

SaveConfig() public method

public SaveConfig ( SettingCommon settingCommon ) : void
settingCommon SettingCommon
return void