Method | Description | |
---|---|---|
SaveChangesDialog ( ) : System.Windows.Forms | ||
ShowDialog ( IWin32Window owner, BaseWrapper component ) : DialogResult | ||
ShowDialog ( IWin32Window owner, Collection |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddItem ( BaseWrapper component ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
listView1_SelectedIndexChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SaveChangesDialog ( ) : System.Windows.Forms | ||
return | System.Windows.Forms |
public ShowDialog ( IWin32Window owner, BaseWrapper component ) : DialogResult | ||
owner | IWin32Window | |
component | BaseWrapper | |
return | DialogResult |
public ShowDialog ( IWin32Window owner, Collection |
||
owner | IWin32Window | |
components | Collection |
|
return | DialogResult |