Beispiel #1
0
 /// <summary>
 /// 警告消息
 /// </summary>
 /// <remarks>带振动</remarks>
 protected async Task AlertVibrantly(string message, string title = null, int vibratedDuration = 500, CancellationToken?cancelToken = null)
 {
     await MessageBox.AlertVibrantly(message, title, vibratedDuration, cancelToken);
 }