Example #1
0
 public virtual ITankLogic getUpperMost()
 {
     return(Logic.getUpperMost());
 }
Example #2
0
 public LogicDecorator(ITankLogic pLogic)
 {
     Logic           = pLogic;
     _uppermostLogic = (ProtoLogic)Logic.getUpperMost();
     Tank            = _uppermostLogic.Tank;
 }