C# Class OpenTween.Setting.Panel.GetCountPanel

Exibir arquivo Open project: opentween/OpenTween

Public Methods

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

Private Methods

Method Description
FavoritesTextCountApi_Validating ( object sender, CancelEventArgs e ) : void
FirstTextCountApi_Validating ( object sender, CancelEventArgs e ) : void
GetMoreTextCountApi_Validating ( object sender, CancelEventArgs e ) : void
ListTextCountApi_Validating ( object sender, CancelEventArgs e ) : void
SearchTextCountApi_Validating ( object sender, CancelEventArgs e ) : void
TextCountApiReply_Validating ( object sender, CancelEventArgs e ) : void
TextCountApi_Validating ( object sender, CancelEventArgs e ) : void
UseChangeGetCount_CheckedChanged ( object sender, EventArgs e ) : void
UserTimelineTextCountApi_Validating ( object sender, CancelEventArgs e ) : void

Method Details

GetCountPanel() public method

public GetCountPanel ( ) : 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