예제 #1
0
 /// <summary>
 /// 提示框
 /// </summary>
 /// <param name="content"></param>
 public void ArtAlert(string content)
 {
     ADialog.Alert(DialogTitle, content);
 }