Beispiel #1
0
        public MainViewModel()
        {
            m_assetsManager     = Cirrious.CrossCore.Mvx.GetSingleton <IAssetsManager>();
            this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton <IMarketServices>());

            RaisePropertyChanged(() => this.BackgroundImage);
        }
Beispiel #2
0
        public MainViewModel()
        {
            m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton<IAssetsManager>();
            this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton<IMarketServices>());

            RaisePropertyChanged(() => this.BackgroundImage);
            
        }