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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Railec/SE1cKBS2 Class Usage Examples

Méthodes publiques

Свойство Type Description
UpdateParentCallBack System.Action
roomID uint
roomName string

Méthodes publiques

Méthode Description
SelectFunction ( ) : System
saveFunction ( object sender, System e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

SelectFunction() public méthode

public SelectFunction ( ) : System
Résultat System

saveFunction() public méthode

public saveFunction ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

UpdateParentCallBack public_oe property

public Action,System UpdateParentCallBack
Résultat System.Action

roomID public_oe static_oe property

public static uint roomID
Résultat uint

roomName public_oe static_oe property

public static string roomName
Résultat string