public ProfileUpdatedEventArgs(Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile)
 {
     this._workflowType = workflowType;
     this._profile      = profile;
 }
 public ProfileUpdatedEventArgs(Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile)
 {
     this._workflowType = workflowType;
     this._profile = profile;
 }