Beispiel #1
0
        public static void Show(FrameworkElement Owner, int robotId, int enable)
        {
            WinVCUReboot wid = new WinVCUReboot(Owner, robotId, enable);

            wid.ShowDialog();
            return;
        }
Beispiel #2
0
 public static void Show(this FrameworkElement Owner, int robotId, int enable)
 {
     WinVCUReboot.Show(Owner, robotId, enable);
 }