Méthode | Description | |
---|---|---|
NewLibraryCategoryDialog ( ) : System.Windows.Forms | ||
ShowDialog ( IWin32Window owner, LibraryCategoryWrapper LibCat ) : DialogResult | ||
ShowDialog ( IWin32Window owner, string groups ) : DialogResult |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public NewLibraryCategoryDialog ( ) : System.Windows.Forms | ||
Résultat | System.Windows.Forms |
public ShowDialog ( IWin32Window owner, LibraryCategoryWrapper LibCat ) : DialogResult | ||
owner | IWin32Window | |
LibCat | LibraryCategoryWrapper | |
Résultat | DialogResult |
public ShowDialog ( IWin32Window owner, string groups ) : DialogResult | ||
owner | IWin32Window | |
groups | string | |
Résultat | DialogResult |