예제 #1
0
        private void RedirectToProductWindow()
        {
            var productWindow = new ProductWindow(this);

            productWindow.ShowDialog();
        }
예제 #2
0
        private void addButton_Click(object sender, RoutedEventArgs e)
        {
            var productWindow = new ProductWindow(this);

            productWindow.ShowDialog();
        }