Beispiel #1
0
 public virtual void DisplayAlert(string title, string message)
 {
     AlertRaised?.Invoke(this, new AlertRaisedEventArgs(title, message, "Ok"));
 }