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()); }
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()); }