Example #1
0
 public static SingleTonePath getInstance()
 {
     if (Instance == null)
     {
         Instance = new SingleTonePath();
     }
     return(Instance);
 }
 public static SingleTonePath getInstance()
 {
     if (Instance == null) Instance = new SingleTonePath();
     return Instance;
 }