Пример #1
0
 public AddProcedure(CrossOver.AddNewProcedure _cb,ViewState vs,CrossOver.OnActionSuccess onSuccess)
 {
     InitializeComponent();
     this.addProcCallBack = _cb;
     this.onSuccess = onSuccess;
     this.viewInUse = vs;
 }
Пример #2
0
 public AddSession(CrossOver.AddNewSession addNewSession, CrossOver.OnActionSuccess onSuccess,int patientProcedureId)
 {
     InitializeComponent();
     this.onSuccess = onSuccess;
     this.addNewSession = addNewSession;
     this.paProcId = patientProcedureId;
 }