private void Button_Click_2(object sender, RoutedEventArgs e) { var p = new ProductWindow(this); Hide(); p.Show(); }
public ProductCategoryWindow(ProductWindow parent) { _mParent = parent; InitializeComponent(); }
public BrandWindow(ProductWindow parent) { _mParent = parent; InitializeComponent(); }