Example #1
0
 private void graphButton_Click(object sender, EventArgs e)
 {
     ShowForm(graphForm, () => (graphForm = new GraphForm(drone, flightControl1)));
 }