C# Class MCLawl.Gui.UpdateWindow

Inheritance: System.Windows.Forms.Form
显示文件 Open project: dekema2/MCDek Class Usage Examples

Public Methods

Method Description
UpdLoadProp ( string givenPath ) : void
UpdSave ( string givenPath ) : void
UpdateWindow ( ) : System

Private Methods

Method Description
UpdateWindow_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cmdDiscard_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void
listRevisions_SelectedValueChanged ( object sender, EventArgs e ) : void

Method Details

UpdLoadProp() public method

public UpdLoadProp ( string givenPath ) : void
givenPath string
return void

UpdSave() public method

public UpdSave ( string givenPath ) : void
givenPath string
return void

UpdateWindow() public method

public UpdateWindow ( ) : System
return System