C# Class KBS2.Controls.Dialog.RoomDialog.SelectFunction

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: Railec/SE1cKBS2 Class Usage Examples

Public Properties

Property Type Description
UpdateParentCallBack System.Action
roomID uint
roomName string

Public Methods

Method Description
SelectFunction ( ) : System
saveFunction ( object sender, System e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TextBox_Paint ( object sender, PaintEventArgs e ) : void
closeDialog_Click ( object sender, EventArgs e ) : void
selectFunction_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SelectFunction() public method

public SelectFunction ( ) : System
return System

saveFunction() public method

public saveFunction ( object sender, System e ) : void
sender object
e System
return void

Property Details

UpdateParentCallBack public_oe property

public Action,System UpdateParentCallBack
return System.Action

roomID public_oe static_oe property

public static uint roomID
return uint

roomName public_oe static_oe property

public static string roomName
return string