Exemple #1
0
 public static Task <bool> Confirmation(string title, string desc) => ConfirmBox.Create(title, desc);
Exemple #2
0
 public static Task <bool> Confirmation(string desc = null) => ConfirmBox.Create(desc);