Exemplo n.º 1
0
        private void btnFindProduct_Click(object sender, RoutedEventArgs e)
        {
            FindProduct p = new FindProduct();

            p.Owner = this;
            p.Show();
        }
Exemplo n.º 2
0
 private void btnFindProduct_Click(object sender, RoutedEventArgs e)
 {
     FindProduct p = new FindProduct();
     p.Owner = this;
     p.Show();
 }