Exemplo n.º 1
0
 public static UBiDiProps GetDummy()
 {
     if (gBdpDummy == null)
     {
         gBdpDummy = new UBiDiProps(true);
     }
     return(gBdpDummy);
 }
Exemplo n.º 2
0
 public static UBiDiProps GetSingleton()
 {
     if (gBdp == null)
     {
         gBdp = new UBiDiProps();
     }
     return(gBdp);
 }