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

Inheritance: AbstractDialog
Exibir arquivo Open project: Railec/SE1cKBS2 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

Method 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 method

protected InitializeComponent ( ) : void
return void

MoveItemDialog() public method

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
return System