コード例 #1
0
 public InstergramLoginViewModel()
 {
     //Username = "******";
     //PassWord = "******";
     indicator          = new LoadindIndicator();
     instergramServices = new InstergramServices();
 }
コード例 #2
0
 public ItemViewModel()
 {
     menue               = new ObservableCollection <Service>();
     indicator           = new LoadindIndicator();
     appProperty         = PropertiesDictionary.PropertyInstants;
     userDetailsServices = new UserDetailSerivces();
 }
コード例 #3
0
 public BaseViewModel()
 {
     mediaUtility       = new MediaUtility();
     indicator          = new LoadindIndicator();
     geoLocationUtility = new GeoLocationUtility();
     rootViewModel      = new RootViewModel();
 }
コード例 #4
0
 public LoginViewModel()
 {
     propertyContext    = new PropertiesDictionary();
     services           = new UserLoginServices();
     instergramServices = new InstergramServices();
     indicator          = LoadindIndicator.Indicator;
     //Username = "******";
     //Password = "******";
 }
コード例 #5
0
 public ChallengeViewModel()
 {
     challangeServices = new ChallengeServices();
     indicator         = LoadindIndicator.Indicator;
 }
コード例 #6
0
 public VeryfiyCodeViewModel()
 {
     verifyService = new VerifyCodeServices();
     indicator     = new LoadindIndicator();
 }