예제 #1
0
파일: Patient.cs 프로젝트: MaurodeLyon/IP2
 public Patient_Applicatie()
 {
     InitializeComponent();
     dataHandler = new DataHandler();
     dataHandler.patientScherm = this;
 }
예제 #2
0
파일: Patient.cs 프로젝트: MaurodeLyon/IP2
 public Patient_Applicatie()
 {
     InitializeComponent();
     dataHandler = new DataHandler();
     dataHandler.patientScherm = this;
 }