Beispiel #1
0
        protected override void OnExecute(object param)
        {
            //MessageBox.Show("Hurrrrey!!");
            CustomSettingsWindow customwin = new CustomSettingsWindow();

            customwin.Owner = (Application.Current.MainWindow);
            customwin.ShowDialog();
            customwin.Activate();
        }