Example #1
0
 public ButtonToggleActor(ChartingMessages.CounterType myCounterType, Button button, IActorRef coordinatorActor, bool isToggleOn = false)
 {
     this.myCounterType    = myCounterType;
     this.button           = button;
     this.coordinatorActor = coordinatorActor;
     this.isToggleOn       = isToggleOn;
 }
 public Unwatch(ChartingMessages.CounterType counter)
 {
     Counter = counter;
 }