Exemple #1
0
        private void btnFindProductsByCategory_Click(object sender, RoutedEventArgs e)
        {
            FindProductByCategory c = new FindProductByCategory();

            c.Owner = this;
            c.Show();
        }
 private void btnFindProductsByCategory_Click(object sender, RoutedEventArgs e)
 {
     FindProductByCategory c = new FindProductByCategory();
     c.Owner = this;
     c.Show();
 }