예제 #1
0
        public void IniciarSessao()
        {
            this.Hide();

            FORM_INICIO FormInicio = new FORM_INICIO();

            FormInicio.Show();
        }