C# Class OpenTween.AppendSettingDialog

Inheritance: System.Windows.Forms.Form
Mostra file Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
AppendSettingDialog ( ) : System
ApplyNetworkSettings ( ) : void

現在設定画面に入力されているネットワーク関係の設定を適用します

LoadConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void
SaveConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void

Private Methods

Method Description
BitlyValidation ( string id, string apikey ) : Task
Cancel_Click ( object sender, EventArgs e ) : void
CheckPostAndGet_CheckedChanged ( object sender, EventArgs e ) : void
CreateAccountButton_Click ( object sender, EventArgs e ) : void
GetPeriodPanel_IntervalChanged ( object sender, IntervalChangedEventArgs e ) : void
OpenUrl ( string url ) : void
PinAuth ( ) : Task
Save_Click ( object sender, EventArgs e ) : void
Setting_FormClosing ( object sender, FormClosingEventArgs e ) : void
Setting_Load ( object sender, EventArgs e ) : void
Setting_Shown ( object sender, EventArgs e ) : void
StartAuthButton_Click ( object sender, EventArgs e ) : void
TreeViewSetting_AfterSelect ( object sender, TreeViewEventArgs e ) : void
TreeViewSetting_BeforeSelect ( object sender, TreeViewCancelEventArgs e ) : void
UReadMng_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AppendSettingDialog() public method

public AppendSettingDialog ( ) : System
return System

ApplyNetworkSettings() public method

現在設定画面に入力されているネットワーク関係の設定を適用します
public ApplyNetworkSettings ( ) : void
return void

LoadConfig() public method

public LoadConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void
settingCommon SettingCommon
settingLocal SettingLocal
return void

SaveConfig() public method

public SaveConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void
settingCommon SettingCommon
settingLocal SettingLocal
return void