Esempio n. 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Forms.CMV.frmExcelToDB f = new frmExcelToDB(Convert.ToUInt32(idUsuario));
     this.Hide();
     f.ShowDialog();
     this.Show();
     CarregaDGVs();
 }
        private void btAddVenda_Click(object sender, EventArgs e)
        {
            frmExcelToDB f = new frmExcelToDB(Convert.ToUInt32(idUsuario));

            this.Hide();
            f.ShowDialog();
            this.Show();
            f.Dispose();
            AtualizaDados();
            AtualizaChart();
        }