예제 #1
0
 private GetType GetMyType()
 {
     if (getType == null)
     {
         getType = new GetType();
     }
     return(getType);
 }
예제 #2
0
 private GetType GetMyType()
 {
     if (getType == null)
     {
         getType = new GetType();
     }
     return getType;
 }