Beispiel #1
0
        private void ButtonChangeMeasurement_Click(object sender, RoutedEventArgs e)
        {
            MeasurementView mv = new MeasurementView(this);

            //mv.Owner = Application.Current.MainWindow;
            mv.ShowDialog();
        }
Beispiel #2
0
        private void ButtonMeasurement_Click(object sender, RoutedEventArgs e)
        {
            MeasurementView measurement = new MeasurementView();

            measurement.ShowDialog();
        }