예제 #1
0
 public void EnableSupplySystem()
 {
     if (real != null)
     {
         real.EnableSupplySystem();
     }
     else
     {
         throw new NotImplementedException();
     }
 }