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

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

            add.Show();
        }