C# Class MCSong.GUI.UPropertyWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: MCSDFDBSWADZDSBL/MCSDFDBSWADZBSBL

Méthodes publiques

Méthode Description
UPropertyWindow ( ) : System
discard ( ) : void
load ( string path ) : void
save ( string path ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

UPropertyWindow_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
UPropertyWindow_Load ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnDiscard_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

UPropertyWindow() public méthode

public UPropertyWindow ( ) : System
Résultat System

discard() public méthode

public discard ( ) : void
Résultat void

load() public méthode

public load ( string path ) : void
path string
Résultat void

save() public méthode

public save ( string path ) : void
path string
Résultat void