コード例 #1
0
        private void bt_Goods_Click(object sender, EventArgs e)
        {
            this.Hide();
            GoodsForm goodsForm = new GoodsForm();

            goodsForm.ShowDialog();
            this.Show();
        }
コード例 #2
0
        private void bt_Save_Click(object sender, EventArgs e)
        {
            manufacturerBindingSource.EndEdit();
            tableAdapterManager.UpdateAll(courseWorkFor7LabDataSet);
            this.Dispose();
            GoodsForm goodsForm = new GoodsForm();

            goodsForm.ShowDialog();
        }