C# Class KBS2.Controls.AddLocationDialog

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
CloseDialog_Click ( object sender, EventArgs e ) : void
CreateLocation_Click ( object sender, EventArgs e ) : void
TextBox_Paint ( object sender, PaintEventArgs e ) : void

Method Details

AddLocationDialog() public méthode

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

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void