Beispiel #1
0
 public MensajeDirectoryVM()
 {
     Mensajes             = new ObservableCollection <Mensaje>();
     IsBusy               = false;
     _client              = new AzureMobileServiceClient();
     LoadDirectoryCommand = new Command((obj) => LoadDirectory());
 }
Beispiel #2
0
 public void Setup()
 {
     _mobileServiceClient = new AzureMobileServiceClient(new MobileServiceClient(CLIENT_URL));
 }