C# Class ATMLCommonLibrary.controls.equipment.TestStationControl

Inheritance: TestEquipmentControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
btnAddGUID_Click void
identificationControl_Error void
tabDocumentation_Click void

Méthodes publiques

Méthode Description
TestStationControl ( ) : System
TestStationControl_Validating ( object sender, CancelEventArgs e ) : void

Méthodes protégées

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

Private Methods

Méthode Description
btnAddGUID_Click ( object sender, EventArgs e ) : void
identificationControl_Error ( object sender, EventArgs e ) : void
tabDocumentation_Click ( object sender, EventArgs e ) : void

Method Details

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

TestStationControl() public méthode

public TestStationControl ( ) : System
Résultat System

TestStationControl_Validating() public méthode

public TestStationControl_Validating ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
Résultat void