Ejemplo n.º 1
0
 private void Button_Click_3(object sender, RoutedEventArgs e)
 {
     db.Dispose();
     db = new ModelContainer();
     this.patientDataGrid.ItemsSource = db.Patients.ToList();
 }
Ejemplo n.º 2
0
 public CreatePatient(PatientList win)
 {
     InitializeComponent();
     patientListWin = win;
     this.db        = win.db;
 }