Example #1
0
 public void Alert(string title, string message)
 {
     PageController.Alert(title, message);
 }