Beispiel #1
0
        private void PART_Mnu_Export_Click(object sender, RoutedEventArgs e)
        {
            ExportAuthWindow winExport = new ExportAuthWindow();

            winExport.Owner   = App.MainAppWindow;
            winExport.Topmost = App.MainAppWindow.Topmost;

            winExport.ShowDialog();
        }
        private void PART_Mnu_Export_Click(object sender, RoutedEventArgs e)
        {
            ExportAuthWindow winExport = new ExportAuthWindow();
            winExport.Owner = App.MainAppWindow;
            winExport.Topmost = App.MainAppWindow.Topmost;

            winExport.ShowDialog();
        }