Пример #1
0
        private void addProduct_Click(object sender, RoutedEventArgs e)
        {
            addProducts insert_product = new addProducts();

            insert_product.Show();
            this.Close();
        }
Пример #2
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            addProducts test = new addProducts();

            test.Show();
            this.Close();
        }