예제 #1
0
        private void btnCli_Click(object sender, EventArgs e)
        {
            Inicios a = new Inicios();

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

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

            this.Hide();
            f.Show();
        }
예제 #4
0
        public void Volver()
        {
            Inicios c = new Inicios();

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