Код: Выделить всё
Код: Выделить всё
private async void Kod_TextChanged(object sender, TextChangedEventArgs e)
{
Kod.IsVisible=true;
if (!string.IsNullOrEmpty(Kod.Text) && Kod.Text.Length == 11)
{
GirisYapWSms(Kod.Text);
Kod.IsVisible = true;
//grd_Loading.IsVisible = true;
//await Beklet(500);6
//await Device.InvokeOnMainThreadAsync(() =>
//
// //GirisYap(Kod.Text);
// SMSOTP smsPg = new SMSOTP();
// Navigation.PushAsync(smsPg);
//});
}
}

Подробнее здесь: https://stackoverflow.com/questions/791 ... -in-xamari
Мобильная версия