示例#1
0
        private void pictureBox5_Click(object sender, EventArgs e)
        {
            frmadd add = new frmadd();

            add.Show();
        }
示例#2
0
        private void home1_Load(object sender, EventArgs e)
        {
            frmadd add = new frmadd();

            add.Show();
        }