C# Class PKStudio.Dialogs.SaveChangesDialog

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

SaveChangesDialog() public méthode

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

ShowDialog() public méthode

public ShowDialog ( IWin32Window owner, BaseWrapper component ) : DialogResult
owner IWin32Window
component BaseWrapper
Résultat DialogResult

ShowDialog() public méthode

public ShowDialog ( IWin32Window owner, Collection components ) : DialogResult
owner IWin32Window
components Collection
Résultat DialogResult