C# Class wyDay.Controls.frmChanges

显示文件 Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
btnOK_Click ( object sender, EventArgs e ) : void
btnUpdateNow_Click ( object sender, EventArgs e ) : void
frmChanges ( string version, string changes, bool isRTF, bool showUpdateNow, AUTranslation translation ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLayout ( LayoutEventArgs levent ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnLayout() protected method

protected OnLayout ( LayoutEventArgs levent ) : void
levent LayoutEventArgs
return void

btnOK_Click() public method

public btnOK_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnUpdateNow_Click() public method

public btnUpdateNow_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

frmChanges() public method

public frmChanges ( string version, string changes, bool isRTF, bool showUpdateNow, AUTranslation translation ) : System
version string
changes string
isRTF bool
showUpdateNow bool
translation AUTranslation
return System