コード例 #1
0
 public override Task <bool> ShowConfirmation(string text)
 {
     return(_inputHelper.ConfirmAsync(text));
 }