Esempio n. 1
0
 public MapPage(string name, string guid)
 {
     this.InitializeComponent();
     myAzure      = new MyAzure(this);
     map.Language = Windows.Globalization.Language.CurrentInputMethodLanguageTag;
     navigation   = new Navigation(this, name, guid);
     UpdateMap();
 }
Esempio n. 2
0
 public MapPage(string name, string guid)
 {
     this.InitializeComponent();
     myAzure     = new MyAzure(this);
     map.Culture = Windows.Globalization.Language.CurrentInputMethodLanguageTag;
     navigation  = new Navigation(this, name, guid);
     UpdateMap();
     //WelcomeMessage("Welcome to Surask Drauga " + name);
 }