摘要:
MessageBox类,负责提示各种消息.using System; using Android.App; using Android.Content; namespace Box{ public class MessageBox { private static AlertDialog.Builder CreateDialog(Context ctx, string title, string message) { AlertDialog.Builder dlg = new AlertDialog.Bui... 阅读全文