C# Class MCSong.GUI.UPropertyWindow

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: MCSDFDBSWADZDSBL/MCSDFDBSWADZBSBL

Public Methods

Method Description
UPropertyWindow ( ) : System
discard ( ) : void
load ( string path ) : void
save ( string path ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

UPropertyWindow() public method

public UPropertyWindow ( ) : System
return System

discard() public method

public discard ( ) : void
return void

load() public method

public load ( string path ) : void
path string
return void

save() public method

public save ( string path ) : void
path string
return void