C# Class UpdateFWTool.DeviceInterface

Afficher le fichier Open project: mti-rfid/RFID_Explorer Class Usage Examples

Méthodes publiques

Méthode Description
DeviceInterface ( Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DeviceInterface_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

btn_Update_Click ( object sender, EventArgs e ) : void

Method Details

DeviceInterface() public méthode

public DeviceInterface ( Interface r_clsInterface, CONTROL_ITEM r_dlgControlItem ) : System
r_clsInterface Interface
r_dlgControlItem CONTROL_ITEM
Résultat System

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