コード例 #1
0
ファイル: PatientListView.cs プロジェクト: mahitosh/HRA4
 /**************************************************************************************************/
 private void PatientListView_FormClosing(object sender, FormClosingEventArgs e)
 {
     thePatientList.ReleaseListeners(this);
 }