Beispiel #1
0
        public static void Show(FrameworkElement Owner)
        {
            CarProduce wid = new CarProduce(Owner);

            wid.ShowDialog();
            return;
        }
Beispiel #2
0
 public static void Show(this FrameworkElement Owner)
 {
     CarProduce.Show(Owner);
 }