Example #1
0
 private void updateDGVfromDb()
 {
     gridTable = QueryDb.GetProfiles();
     profileDataGridView.DataSource = gridTable;
 }