コード例 #1
0
 public static XLLRTWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new XLLRTWarper();
     }
     return(theOne);
 }
コード例 #2
0
ファイル: XLLRTWarper.cs プロジェクト: fanliaokeji/lvdun
 public static XLLRTWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new XLLRTWarper();
     }
     return theOne;
 }