Exemple #1
0
        public async void PickerIndex()
        {
            //await Application.Current.MainPage.DisplayAlert(
            //        "Error",
            //        this.PickerCatIndex.ToString()+" test1",
            //        "Accept");

            //this.PickerCatIndex = pickerCatIndex;
            //await Test();
            await Application.Current.MainPage.DisplayAlert(
                "Message",
                "Pin has been saved.",
                "Ok");

            PickerEvent?.Invoke(this.PickerCatIndex);
        }
Exemple #2
0
 public async Task Test()
 {
     PickerEvent?.Invoke(this.PickerCatIndex);
 }