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