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

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

Méthodes publiques

Méthode Description
DeleteItemDialog ( string name, System.Action parentCallback, Room targetRoom, ItemType itemType ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
deleteItemAcceptButton_Click ( object sender, EventArgs e ) : void
deleteItemCancelButton_Click ( object sender, EventArgs e ) : void

Method Details

DeleteItemDialog() public méthode

public DeleteItemDialog ( string name, System.Action parentCallback, Room targetRoom, ItemType itemType ) : System
name string
parentCallback System.Action
targetRoom KBS2.Models.Room
itemType KBS2.Models.ItemType
Résultat System

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void