Esempio n. 1
0
        // Constructor
        public PanoPage()
        {
            InitializeComponent();

            this.ViewModel = PanoVM.Instance;
            this.DataContext = this.ViewModel;
            RecentStopsQueue.Refresh();

            CurrentInstance = this;

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
Esempio n. 2
0
        // Constructor
        public PanoPage()
        {
            InitializeComponent();

            this.ViewModel   = PanoVM.Instance;
            this.DataContext = this.ViewModel;
            RecentStopsQueue.Refresh();

            CurrentInstance = this;

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }