コード例 #1
0
        private void bttAddCustomer_Click(object sender, EventArgs e)
        {
            CustomeAdd customeForm = new CustomeAdd();

            customeForm.Show();
        }
コード例 #2
0
        private void bttCustomer_Click(object sender, EventArgs e)
        {
            CustomeAdd customeAdd = new CustomeAdd();

            customeAdd.ShowDialog();
        }