Esempio n. 1
0
        private void BACK_BOX_Click(object sender, EventArgs e)
        {
            CompanyOpearations co = new CompanyOpearations();

            this.Hide();
            co.Show();
        }
Esempio n. 2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            CompanyOpearations a = new CompanyOpearations();

            this.Hide();
            a.Show();
        }
Esempio n. 3
0
        //method to call Company operations
        private void COMPANY_BUTTON_Click(object sender, EventArgs e)
        {
            CompanyOpearations co = new CompanyOpearations();

            this.Hide();
            co.Show();
        }