Exemple #1
0
 public static MapService GetInstance()
 {
     return (Instance != null) ? Instance : Instance = new MapService();
 }
Exemple #2
0
 public static MapService GetInstance()
 {
     return((Instance != null) ? Instance : Instance = new MapService());
 }