Example #1
0
 protected override async void OnAppearing()
 {
     base.OnAppearing();
     if (!string.IsNullOrEmpty(ItemNo))
     {
         BagLabelEntry.IsVisible = false;
         LoadItems();
     }
     else
     {
         BagLabelEntry.Focus();
         CanScanText = "Scan not yet!";
     }
 }
 protected override void OnAppearing()
 {
     base.OnAppearing();
     BagLabelEntry.Focus();
     CanScanText = "Scan not yet!";
 }