C# Class PKStudio.Dialogs.SaveChangesDialog

Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
SaveChangesDialog ( ) : System.Windows.Forms
ShowDialog ( IWin32Window owner, BaseWrapper component ) : DialogResult
ShowDialog ( IWin32Window owner, Collection components ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

SaveChangesDialog() public method

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

ShowDialog() public method

public ShowDialog ( IWin32Window owner, BaseWrapper component ) : DialogResult
owner IWin32Window
component BaseWrapper
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner, Collection components ) : DialogResult
owner IWin32Window
components Collection
return DialogResult