Beispiel #1
0
 private void SetOrcamento(object produtoservico)
 {
     Cursor = Cursors.WaitCursor;
     SetTotais();
     OrcamentoGridControl.RefreshDataSource();
     OrcamentoDTOBindingSource.DataSource = orcamentoDTO;
     Cursor = Cursors.Default;
 }
Beispiel #2
0
 private void frmUpdateOrcamento_Paint(object sender, PaintEventArgs e)
 {
     OrcamentoGridControl.RefreshDataSource();
     OrcamentoGridControl.Refresh();
 }