コード例 #1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            AddForm frm_add = new AddForm();

            frm_add.Show();
        }
コード例 #2
0
        private void Add_Click(object sender, EventArgs e)
        {
            AddForm frm_add = new AddForm();

            frm_add.Show();
        }