예제 #1
0
 public Stragety(IStragety a)
 {
     animal = a;
 }
예제 #2
0
 public NotifyContext(IStragety strategy)
 {
     Stragety = strategy;
 }