예제 #1
0
 public void BothBlocksStopped(object sender, BothBlocksStoppedHandlerArgs args)
 {
     _bothBlocksStoppedTest = true;
 }
예제 #2
0
 protected void OnStatusChange(object sender, BothBlocksStoppedHandlerArgs args)
 {
     if (BothBlocksStopped != null)
     {
         BothBlocksStopped(this, args);
     }
 }