Ejemplo n.º 1
0
 private void routineViewButton_Click(object sender, EventArgs e)
 {
     routineDataGridView.DataSource = gateways.RetrieveAllInfoFromRoutineTable();
 }