Esempio n. 1
0
        private void btnCli_Click(object sender, EventArgs e)
        {
            Inicios a = new Inicios();

            this.Hide();
            a.Show();
        }
Esempio n. 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Inicios ini = new Inicios();

            this.Hide();
            ini.Show();
        }
Esempio n. 3
0
        ///////////////INTERFACE/////////////////////
        public void Volver()
        {
            Inicios f = new Inicios();

            this.Hide();
            f.Show();
        }
Esempio n. 4
0
        public void Volver()
        {
            Inicios c = new Inicios();

            this.Close();
            c.Show();
        }