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