C# Class PKStudio.Dialogs.NewLibraryCategoryDialog

Show file Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
NewLibraryCategoryDialog ( ) : System.Windows.Forms
ShowDialog ( IWin32Window owner, LibraryCategoryWrapper LibCat ) : DialogResult
ShowDialog ( IWin32Window owner, string groups ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CancelBtn_Click ( object sender, System e ) : void
FillFields ( ) : void
InitializeComponent ( ) : void

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

LevelCb_SelectedIndexChanged ( object sender, System e ) : void
OtBtn_Click ( object sender, System 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

NewLibraryCategoryDialog() public method

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

ShowDialog() public method

public ShowDialog ( IWin32Window owner, LibraryCategoryWrapper LibCat ) : DialogResult
owner IWin32Window
LibCat LibraryCategoryWrapper
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner, string groups ) : DialogResult
owner IWin32Window
groups string
return DialogResult