C# Class MissionPlanner.Controls.AuthKeys

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
AuthKeys ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LoadKeys ( ) : void
Save ( ) : void
but_add_Click ( object sender, EventArgs e ) : void
but_save_Click ( object sender, EventArgs e ) : void
dataGridView1_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_RowsAdded ( object sender, DataGridViewRowsAddedEventArgs e ) : void
dataGridView1_UserDeletedRow ( object sender, DataGridViewRowEventArgs e ) : void

Method Details

AuthKeys() public méthode

public AuthKeys ( ) : System
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