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