public CongresistasViewModel() { m_picaflor = new PicaFlorService(); m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton <IAssetsManager>(); m_network = Cirrious.CrossCore.Mvx.GetSingleton <INetwork>(); this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton <IMarketServices>()); LoadData(); }
public CongresistaDetailViewModel() { m_picaFlorService = new PicaFlorService(); m_network = Cirrious.CrossCore.Mvx.GetSingleton<INetwork>(); m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton<IAssetsManager>(); this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton<IMarketServices>()); LastVotation(); }
public SesionesViewModel(IPicaFlorService picaflorService , INetwork network, IAssetsManager assetsManager) { m_picaFlorService = new PicaFlorService(); m_network = network; m_assetsManager = assetsManager; this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton<IMarketServices>()); LoadData(); }
private SesionesViewModel() { m_picaFlorService = new PicaFlorService(); m_network = Cirrious.CrossCore.Mvx.GetSingleton<INetwork>(); m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton<IAssetsManager>(); this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton<IMarketServices>()); LoadData(); }
public SesionesViewModel(IPicaFlorService picaflorService, INetwork network, IAssetsManager assetsManager) { m_picaFlorService = new PicaFlorService(); m_network = network; m_assetsManager = assetsManager; this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton <IMarketServices>()); LoadData(); }
public SesionesDetailViewModel(INetwork network) { m_picaflorService = new PicaFlorService(); m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton <IAssetsManager>(); m_network = network; this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton <IMarketServices>()); RaisePropertyChanged(() => this.BackgroundImage); LoadData(); }
public SesionesDetailViewModel(INetwork network) { m_picaflorService = new PicaFlorService(); m_assetsManager = Cirrious.CrossCore.Mvx.GetSingleton<IAssetsManager>(); m_network = network; this.ApplicationBar = new ApplicationBarViewModel(Cirrious.CrossCore.Mvx.GetSingleton<IMarketServices>()); RaisePropertyChanged(() => this.BackgroundImage); LoadData(); }