コード例 #1
0
        private void btnRegistrar_Click(object sender, EventArgs e)
        {
            vistaLoginRegistracion = new VistaLoginRegistracion();

            this.Hide();
            vistaLoginRegistracion.ShowDialog();
            this.Close();
        }
コード例 #2
0
        private void btnRegistrar_Click(object sender, EventArgs e)
        {
            vistaLoginRegistracion = new VistaLoginRegistracion();

            this.Hide();
            vistaLoginRegistracion.ShowDialog();
            this.Close();
        }