Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     // Barra barra ;
     this.barra.SetCantina     = Cantina.GetCantina(10);
     cmbBotellaTipo.DataSource = Enum.GetValues(typeof(Botella.Tipo));
 }
Ejemplo n.º 2
0
 private void FormCantina_Load(object sender, EventArgs e)
 {
     this.barra1.SetCantina = Cantina.GetCantina(10);
     this.comboBoxTipoBotella.DataSource = Enum.GetValues(typeof(Botella.Tipo));
 }