示例#1
0
        private void Add_Click(object sender, EventArgs e)
        {
            AddForm f = new AddForm();

            f.Show();
        }