Esempio n. 1
0
 private void MainView_Load(object sender, EventArgs e)
 {
     //Setear a esta ventana como la principal del sistema
     ViewsManager.SetMainWindow(this);
     lblFecha.Text = Convert.ToDateTime(ConfigurationManager.AppSettings["FechaSistema"]).ToString();
     //Mostrar Login
     ViewsManager.LoadView(new LoginForm());
 }
Esempio n. 2
0
        private void MainView_Load(object sender, EventArgs e)
        {
            //Setear a esta ventana como la principal del sistema
            ViewsManager.SetMainWindow(this);

            //Mostrar Login
            ViewsManager.LoadView(new LoginForm());
        }