Exemplo n.º 1
0
 private void getConfigurationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     sensor.AHRS_GET_CONFIGURATION();
     if ((sensor.configuration_String_r != ""))
     {
         saveconfiguration_wind = new saveconfiguration(sensor);
         saveconfiguration_wind.Show();
     }
 }
Exemplo n.º 2
0
 private void getConfigurationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     sensor.AHRS_GET_CONFIGURATION();
     if ((sensor.configuration_String_r != ""))
     {
         saveconfiguration_wind = new saveconfiguration(sensor);
         saveconfiguration_wind.Show();
     }
 }