public AuditControlFB() { clientFBComm = new FBCommonServiceClient(); fbFlowService = new FBFlowService(); this.AuditService = fbFlowService; fbFlowService.DoSubitFlowAction = this.DoSubitFlowAction; base.AuditCompleted += new EventHandler<AuditEventArgs>(AuditControlFB_AuditCompleted); clientFBComm.GetFBEntityCompleted += new EventHandler<GetFBEntityCompletedEventArgs>(clientFBComm_GetFBEntityCompleted); }
public AuditControlFB() { clientFBComm = new FBCommonServiceClient(); fbFlowService = new FBFlowService(); this.AuditService = fbFlowService; fbFlowService.DoSubitFlowAction = this.DoSubitFlowAction; base.AuditCompleted += new EventHandler <AuditEventArgs>(AuditControlFB_AuditCompleted); clientFBComm.GetFBEntityCompleted += new EventHandler <GetFBEntityCompletedEventArgs>(clientFBComm_GetFBEntityCompleted); }