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

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

Méthodes publiques

Méthode Description
AddItemTypeDialog ( string name, System.Action callback ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
AddImageBtnClick ( object sender, EventArgs e ) : void
AddItemAccept_Click ( object sender, EventArgs e ) : void
AddItemCancel_Click ( object sender, EventArgs e ) : void
_AddItemTypeImage_Click ( object sender, EventArgs e ) : void

Method Details

AddItemTypeDialog() public méthode

public AddItemTypeDialog ( string name, System.Action callback ) : System
name string
callback System.Action
Résultat System

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void