Exemple #1
0
 public virtual void Operation()
 {
     if (_imolementor != null)
     {
         _imolementor.Operation();
     }
 }
Exemple #2
0
 public virtual void Operation()
 {
     implementor.Operation();
 }