C# Class KBS2.Controls.DeleteLocationDialog

Inheritance: AbstractDialog
Datei anzeigen Open project: Railec/SE1cKBS2 Class Usage Examples

Public Properties

Property Type Description
content System.Windows.Forms.Control

Public Methods

Method Description
DeleteLocationDialog ( string name, System.Action callback ) : System

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

Method 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 method

public DeleteLocationDialog ( string name, System.Action callback ) : System
name string
callback System.Action
return System

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

Property Details

content public_oe property

public Control,System.Windows.Forms content
return System.Windows.Forms.Control