Пример #1
0
 public async Task DisplayAlert(string message, string title = "TDC ArcTouch", string cancel = "OK")
 {
     await masterDetail.DisplayAlert(title, message, cancel);
 }