public static void Show(FrameworkElement Owner) { CarProduce wid = new CarProduce(Owner); wid.ShowDialog(); return; }
public static void Show(this FrameworkElement Owner) { CarProduce.Show(Owner); }