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