Esempio n. 1
0
 //Carga los lotes existentes en la grilla
 public void frmLotes_Load(object sender, EventArgs e)
 {
     gridLotes.DataSource       = Lote.getAllLotes();
     gridLotes.Columns[0].Width = 40;
     gridLotes.Columns[3].Width = 45;
     gridLotes.Columns[4].Width = 70;
 }