public void Apply()
 {
     if (crusher != null)
     {
         crusher.Apply(this);
     }
 }
Beispiel #2
0
 public void Apply()
 {
     crusher.Apply(this);
 }