C# Class KBS2.Controls.DeleteFloorDialog

Inheritance: AbstractDialog
Afficher le fichier Open project: Railec/SE1cKBS2 Class Usage Examples

Méthodes publiques

Méthode Description
DeleteFloorDialog ( string name, System.Action callback ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
BtnOptionNo_Click ( object sender, EventArgs e ) : void
BtnOptionYes_Click ( object sender, EventArgs e ) : void
TextBox_Paint ( object sender, PaintEventArgs e ) : void

Method Details

DeleteFloorDialog() public méthode

public DeleteFloorDialog ( string name, System.Action callback ) : System
name string
callback System.Action
Résultat System

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void