Свойство | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
NewAlbumDialog | System | ||
cancelButton_Click | void | ||
okButton_Click | void |
Méthode | Description | |
---|---|---|
NewAlbumDialog ( NewAlbumEditModel editModel ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosing ( CancelEventArgs e ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewAlbumDialog ( ) : System | ||
cancelButton_Click ( object sender, EventArgs e ) : void | ||
okButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public NewAlbumDialog ( NewAlbumEditModel editModel ) : System | ||
editModel | NewAlbumEditModel | |
Résultat | System |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Résultat | void |