C# Class MCLawl.Gui.UpdateWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dekema2/MCDek Class Usage Examples

Méthodes publiques

Méthode Description
UpdLoadProp ( string givenPath ) : void
UpdSave ( string givenPath ) : void
UpdateWindow ( ) : System

Private Methods

Méthode 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 méthode

public UpdLoadProp ( string givenPath ) : void
givenPath string
Résultat void

UpdSave() public méthode

public UpdSave ( string givenPath ) : void
givenPath string
Résultat void

UpdateWindow() public méthode

public UpdateWindow ( ) : System
Résultat System