C# 클래스 OpenTween.AppendSettingDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
AppendSettingDialog ( ) : System
ApplyNetworkSettings ( ) : void

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

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

비공개 메소드들

메소드 설명
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

메소드 상세

AppendSettingDialog() 공개 메소드

public AppendSettingDialog ( ) : System
리턴 System

ApplyNetworkSettings() 공개 메소드

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

LoadConfig() 공개 메소드

public LoadConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void
settingCommon SettingCommon
settingLocal SettingLocal
리턴 void

SaveConfig() 공개 메소드

public SaveConfig ( SettingCommon settingCommon, SettingLocal settingLocal ) : void
settingCommon SettingCommon
settingLocal SettingLocal
리턴 void