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

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

Méthodes publiques

Méthode Description
MoveItemDialog ( String title, System.Action callback, Room targetRoom, ItemType targetItem ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
_cancelBtn_Click ( object sender, EventArgs e ) : void
acceptBtnClick ( object sender, EventArgs e ) : void
canConfirm ( ) : System.Boolean
comboBoxUpdated ( object sender, EventArgs e ) : void

Method Details

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

MoveItemDialog() public méthode

public MoveItemDialog ( String title, System.Action callback, Room targetRoom, ItemType targetItem ) : System
title String
callback System.Action
targetRoom KBS2.Models.Room
targetItem KBS2.Models.ItemType
Résultat System