C# Class ATMLCommonLibrary.forms.PortForm

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description
ControlsToData void
DataToControls void
InitializeComponent void
PortForm_FormClosing void
PortForm_UndoChanges void
PortForm_ValidateSchema void
portControl_Load void

Méthodes publiques

Méthode Description
PortForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PortForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
PortForm_UndoChanges ( object sender, EventArgs e ) : void
PortForm_ValidateSchema ( object sender, EventArgs e ) : void
portControl_Load ( 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

PortForm() public méthode

public PortForm ( ) : System
Résultat System