Exemplo n.º 1
0
 // Constructor
 public MainPage()
 {
     InitializeComponent();
     Settings = IsolatedStorageSettings.ApplicationSettings;
     intro.checkconexion();
     prog = new ProgressIndicator();
     prog.IsIndeterminate = true;
     prog.IsVisible       = false;
     SystemTray.SetProgressIndicator(this, prog);
     vm      = new ViewModelPinchos();
     vperfil = new ViewModelProfilePreferences();
     _watcher.PositionChanged += Watcher_PositionChanged;
     iniciamapa();
     peticionperfil();
 }
Exemplo n.º 2
0
 public intro()
 {
     InitializeComponent();
     checkconexion();
     vperfil = new ViewModelProfilePreferences();
 }