Esempio n. 1
0
 public Mantis(string species, IMantisBehavior behavior)
 {
     this.Species  = species;
     this.Behavior = behavior;
 }
Esempio n. 2
0
 public Mantis(string species, IMantisBehavior behavior)
 {
     this.Species = species;
     this.Behavior = behavior;
 }
Esempio n. 3
0
 public void ChangeBehavior(IMantisBehavior newBehavior)
 {
     this.Behavior = newBehavior;
 }
Esempio n. 4
0
 public void ChangeBehavior(IMantisBehavior newBehavior)
 {
     this.Behavior = newBehavior;
 }