C# Class PKStudio.Forms.Editors.LibraryEditor

Inheritance: BaseForms.ComponentEditor.ComponentEditorBaseForm
Datei anzeigen Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
LibraryEditor ( ) : System.Windows.Forms
PKWrapper_LoadLibrariesAsyncCompleteEvent ( object sender, EventArgs e ) : void
Save ( ) : void
SetLib ( LibraryWrapper Lib ) : void

Sets Libraray for edition

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.

UpdateForm ( LibraryWrapper Lib ) : 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

LibraryEditor() public method

public LibraryEditor ( ) : System.Windows.Forms
return System.Windows.Forms

PKWrapper_LoadLibrariesAsyncCompleteEvent() public method

public PKWrapper_LoadLibrariesAsyncCompleteEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Save() public method

public Save ( ) : void
return void

SetLib() public method

Sets Libraray for edition
public SetLib ( LibraryWrapper Lib ) : void
Lib LibraryWrapper
return void