public ProductManagement() { InitializeComponent(); factory = new ProductsFactory(); GrdProducts.ItemsSource = factory.FindProducts(TxtSearch.Text); }
public ProductManagement() { InitializeComponent(); factory = new ProductsFactory(); }