コード例 #1
0
ファイル: UBiDiProps.cs プロジェクト: bdqnghi/j2cstranslator
 public static UBiDiProps GetDummy()
 {
     if (gBdpDummy == null)
     {
         gBdpDummy = new UBiDiProps(true);
     }
     return(gBdpDummy);
 }
コード例 #2
0
ファイル: UBiDiProps.cs プロジェクト: bdqnghi/j2cstranslator
 public static UBiDiProps GetSingleton()
 {
     if (gBdp == null)
     {
         gBdp = new UBiDiProps();
     }
     return(gBdp);
 }