public _90007_Formularios(List<Assembly> listaAssemblys) { InitializeComponent(); _formularioServicio = new FormularioServicio(); _listaAssemblys = listaAssemblys; this.txtBuscar.Enter += Control_Enter; this.txtBuscar.Leave += Control_Leave; this.btnGrabar.Image = Imagenes.BotonEjecutar; this.btnEliminar.Image = Imagenes.BotonBorrar; this.btnSalir.Image = Imagenes.BotonSalir; this.imgBuscar.Image = Imagenes.BotonBuscar; this.menu.BackColor = Colores.ColorMenuAccesoRapido; this.WindowState = FormWindowState.Maximized; }
public _90007_Formularios(List <Assembly> listaAssemblys) { InitializeComponent(); _formularioServicio = new FormularioServicio(); _listaAssemblys = listaAssemblys; this.txtBuscar.Enter += Control_Enter; this.txtBuscar.Leave += Control_Leave; this.btnGrabar.Image = Imagenes.BotonEjecutar; this.btnEliminar.Image = Imagenes.BotonBorrar; this.btnSalir.Image = Imagenes.BotonSalir; this.imgBuscar.Image = Imagenes.BotonBuscar; this.menu.BackColor = Colores.ColorMenuAccesoRapido; this.WindowState = FormWindowState.Maximized; }