C# Class KBS2.Controls.Dialog.Items.AddItemDialog

Inheritance: AbstractDialog
Afficher le fichier Open project: Railec/SE1cKBS2 Class Usage Examples

Méthodes publiques

Méthode Description
AddItemDialog ( string name, System.Action parentCallback ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
AddItemAcceptButton_Click ( object sender, EventArgs e ) : void
AddItemCancelButton_Click ( object sender, EventArgs e ) : void

Method Details

AddItemDialog() public méthode

public AddItemDialog ( string name, System.Action parentCallback ) : System
name string
parentCallback System.Action
Résultat System

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void