예제 #1
0
 public void PerformTask()
 {
     if (realObj == null)
     {
         realObj = new RealObject();
     }
     realObj.PerformTask();
 }