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, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLayout ( LayoutEventArgs levent ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnLayout ( LayoutEventArgs levent ) : void | ||
levent | LayoutEventArgs | |
return | void |
public btnOK_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public btnUpdateNow_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public frmChanges ( string version, string changes, bool isRTF, bool showUpdateNow, |
||
version | string | |
changes | string | |
isRTF | bool | |
showUpdateNow | bool | |
translation | ||
return | System |