C# Class HostChange.HostChange

Show file Open project: Catofes/HostChange Class Usage Examples

Public Properties

Property Type Description
maincore MainCore

Public Methods

Method Description
HostChange ( ) : System
set_SaveChange ( bool if_custom_enable, string custom_URL_in ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
Beijing_Click ( object sender, EventArgs e ) : void
Custom_Click ( object sender, EventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
Imouto_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

Reset_Click ( object sender, EventArgs e ) : void
US_Click ( object sender, EventArgs e ) : void
Update_Click ( object sender, EventArgs e ) : void
ninehost_Click ( object sender, EventArgs e ) : void
settings_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

HostChange() public method

public HostChange ( ) : System
return System

set_SaveChange() public method

public set_SaveChange ( bool if_custom_enable, string custom_URL_in ) : void
if_custom_enable bool
custom_URL_in string
return void

Property Details

maincore public property

public MainCore,HostChange maincore
return MainCore