Example #1
0
 public override void SendNotification(bool status, Switch source)
 {
     base.SendNotification(status, source);
     if (status)
     {
         path.ChangePath(source);
     }
 }