Esempio n. 1
0
 public static xTangoAdapter getInstance()
 {
     if (singleton == null)
     {
         singleton = new xTangoAdapter();
     }
     return(singleton);
 }
Esempio n. 2
0
 public static xTangoAdapter getInstance()
 {
     if (singleton == null)
         singleton = new xTangoAdapter();
     return singleton;
 }