Esempio n. 1
0
        private void BotMod_Click(object sender, EventArgs e)
        {
            AltaBebida beb = new AltaBebida((Bebida)DgvBebidas.CurrentRow.DataBoundItem);

            beb.ShowDialog();
            cargarGrilla();
        }
Esempio n. 2
0
        private void BotAdd_Click(object sender, EventArgs e)
        {
            AltaBebida beb = new AltaBebida();

            beb.ShowDialog();
            cargarGrilla();
        }