Esempio n. 1
0
        private void OpenDroneConfigDialog()
        {
            if (!droneControl.IsConnected)
            {
                return;
            }

            DroneConfigurationOutput configOutput = new DroneConfigurationOutput(droneControl.InternalDroneConfiguration);

            configOutput.ShowDialog();
        }
        private void OpenDroneConfigDialog()
        {
            if (!droneControl.IsConnected)
                return;

            DroneConfigurationOutput configOutput = new DroneConfigurationOutput(droneControl.InternalDroneConfiguration);
            configOutput.ShowDialog();
        }