C# Class KBS2.Controls.DeleteLocationDialog

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

Méthodes publiques

Свойство Type Description
content System.Windows.Forms.Control

Méthodes publiques

Méthode Description
DeleteLocationDialog ( 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
DeleteLocation_Click ( object sender, EventArgs e ) : void
TextBox_Paint ( object sender, PaintEventArgs e ) : void

Method Details

DeleteLocationDialog() public méthode

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

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

Property Details

content public_oe property

public Control,System.Windows.Forms content
Résultat System.Windows.Forms.Control