Example #1
0
 public void RaiseProcessEvent(bool isRunning, bool wasRequested)
 {
     StitchStateChange.Raise(this, new StitchProcessEventArgs(StitchInstanceId, isRunning, wasRequested));
 }
 private void OnStitchStateChange(object sender, StitchProcessEventArgs stitchProcessEventArgs)
 {
     StitchStateChange.Raise(this, stitchProcessEventArgs);
 }