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

Inheritance: AbstractDialog
显示文件 Open project: Railec/SE1cKBS2 Class Usage Examples

Public Methods

Method Description
AddItemTypeDialog ( string name, System.Action callback ) : System

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

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

public AddItemTypeDialog ( string name, System.Action callback ) : System
name string
callback System.Action
return System

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void