public static DebugNotifier GetDebugNotifier()
 {
     return(_debugNotifier ?? (_debugNotifier = new DebugNotifier()));
 }
Beispiel #2
0
 public BackgroundGeoLocation()
 {
     IsConfiguring  = false;
     IsConfigured   = false;
     _debugNotifier = DebugNotifier.GetDebugNotifier();
 }
 public static DebugNotifier GetDebugNotifier()
 {
     return _debugNotifier ?? (_debugNotifier = new DebugNotifier());
 }