public AppGlobal()
 {
     LOCAL_SETTINGS.Values["BingKey"] = "LmASekjs1bjQfxvA4OM3~V85W7tCphoOfYRlRHoYQZQ~Av6XwRGn0FrD0PhSTpCprZy12knFFh-UPKHGvEOnEISST7c5iHqwDbl-oN-TnTuY";
     BestellingController             = new BestellingController();
     _GeoUtil        = new GeoUtil();
     _CurrentSession = new CurrentSession();
 }
 public AppGlobal()
 {
     LOCAL_SETTINGS.Values["BingKey"] = "LmASekjs1bjQfxvA4OM3~V85W7tCphoOfYRlRHoYQZQ~Av6XwRGn0FrD0PhSTpCprZy12knFFh-UPKHGvEOnEISST7c5iHqwDbl-oN-TnTuY";
     BestellingController = new BestellingController();
     _GeoUtil = new GeoUtil();
     _CurrentSession = new CurrentSession();
 }
Ejemplo n.º 3
0
 public void SwitchRoute()
 {
     CurrentRoute = AppGlobal.Instance.BestellingController;
 }
 public void SwitchRoute()
 {
     CurrentRoute = AppGlobal.Instance.BestellingController ;
 }