コード例 #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;
 }