Exemplo n.º 1
0
 public static XLLRTWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new XLLRTWarper();
     }
     return(theOne);
 }
Exemplo n.º 2
0
 public static XLLRTWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new XLLRTWarper();
     }
     return theOne;
 }