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(); } }