コード例 #1
0
        private void mnuProductMaster_Click(object sender, RoutedEventArgs e)
        {
            productMaster = ProductMaster.Instance;

            productMaster.Show();

            productMaster.Focus();
        }