Example #1
0
 public Multiplication(Counting actor)
 {
     me = actor;
 }
Example #2
0
 public Multiplication(Counting actor)
 {
     me = actor;
 }
Example #3
0
 public Addition(Counting actor)
 {
     this.me = actor;
 }
Example #4
0
 public Addition(Counting actor)
 {
     this.me = actor;
 }