示例#1
0
 public static xTangoAdapter getInstance()
 {
     if (singleton == null)
     {
         singleton = new xTangoAdapter();
     }
     return(singleton);
 }
 public static xTangoAdapter getInstance()
 {
     if (singleton == null)
         singleton = new xTangoAdapter();
     return singleton;
 }