C# Class MissionPlanner.Swarm.FollowLeader.Control

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
Control ( ) : 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.

but_airmaster_Click ( object sender, EventArgs e ) : void
but_arm_Click ( object sender, EventArgs e ) : void
but_auto_Click ( object sender, EventArgs e ) : void
but_guided_Click ( object sender, EventArgs e ) : void
but_master_Click ( object sender, EventArgs e ) : void
but_navguided_Click ( object sender, EventArgs e ) : void
but_start_Click ( object sender, EventArgs e ) : void
but_takeoff_Click ( object sender, EventArgs e ) : void
mainloop ( ) : void
numericUpDown1_ValueChanged ( object sender, EventArgs e ) : void
numericUpDown2_ValueChanged ( object sender, EventArgs e ) : void
numericUpDown3_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Control() public méthode

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