cambios menores
This commit is contained in:
@@ -36,9 +36,19 @@ namespace compabetov2
|
||||
InitializeComponent();
|
||||
getData();
|
||||
llenarLayout();
|
||||
llenarComBox();
|
||||
this.loginPrincipal = loginPrincipal;
|
||||
}
|
||||
|
||||
private void llenarComBox()
|
||||
{
|
||||
List<Empleado> empleados = service.conseguirEmpleados();
|
||||
foreach(Empleado empleado in empleados)
|
||||
{
|
||||
responsablecb.Items.Add(empleado.nombre);
|
||||
}
|
||||
}
|
||||
|
||||
private void llenarLayout()
|
||||
{
|
||||
foreach (Producto producto in productos)
|
||||
|
||||
Reference in New Issue
Block a user