C# Class PKStudio.Dialogs.NewLibraryCategoryDialog

Afficher le fichier Open project: AlexandrSurkov/PKStudio

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

NewLibraryCategoryDialog() public méthode

public NewLibraryCategoryDialog ( ) : System.Windows.Forms
Résultat System.Windows.Forms

ShowDialog() public méthode

public ShowDialog ( IWin32Window owner, LibraryCategoryWrapper LibCat ) : DialogResult
owner IWin32Window
LibCat LibraryCategoryWrapper
Résultat DialogResult

ShowDialog() public méthode

public ShowDialog ( IWin32Window owner, string groups ) : DialogResult
owner IWin32Window
groups string
Résultat DialogResult