예제 #1
0
 public LocationViewController(IntPtr handle) : base(handle)
 {
     Manager             = SingletonManager.LocationManager;
     _watchTowerSettings = SingletonManager.WatchTowerSettings;
 }
예제 #2
0
 public LocationViewController() : base("LocationViewController", null)
 {
     Manager             = SingletonManager.LocationManager;
     _watchTowerSettings = SingletonManager.WatchTowerSettings;
 }