Beispiel #1
0
        public void updateTrips(List <Excursie> excursies)
        {
            UpdateTabelEventArgs args = new UpdateTabelEventArgs(UpdateTabelEvent.UpdateTabel, excursies);

            appWindow.updateModificare(this, args);
        }
Beispiel #2
0
 public void updateModificare(object sender, UpdateTabelEventArgs e)
 {
     dataGridView1.BeginInvoke(new UpdateTabelCallback(this.updateTabel), new Object[] { dataGridView1, e.Data });
 }