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

Inheritance: AbstractDialog
ファイルを表示 Open project: Railec/SE1cKBS2 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

Method Description
deleteItemAcceptButton_Click ( object sender, EventArgs e ) : void
deleteItemCancelButton_Click ( object sender, EventArgs e ) : void

Method Details

DeleteItemDialog() public method

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

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void