コード例 #1
0
ファイル: ContrFamilyP.cs プロジェクト: royedwards/DRDNet
        public static void gridPat_CellDoubleClick(OpenDental.ContrFamily sender, Patient PatCur)         //again, named much like the original
        {
            FormPatientEditP FormP = new FormPatientEditP();

            FormP.PatCur = PatCur;
            FormP.ShowDialog();
            sender.ModuleSelected(PatCur.PatNum);
        }
コード例 #2
0
 public static void gridPat_CellDoubleClick(OpenDental.ContrFamily sender,Patient PatCur)
 {
     //again, named much like the original
     FormPatientEditP FormP=new FormPatientEditP();
     FormP.PatCur=PatCur;
     FormP.ShowDialog();
     sender.ModuleSelected(PatCur.PatNum);
 }