예제 #1
0
 private void wyświetlWystawioneToolStripMenuItem_Click(object sender, EventArgs e)
 {
     tabControl1.SelectedTab  = tabPage2;
     dataGridView2.DataSource = Prescription.getViewList();
 }
예제 #2
0
 void getPrescriptionHistory()
 {
     dataGridView1.DataSource         = Prescription.getViewList(patient);
     dataGridView1.Columns[0].Visible = false;
 }