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