摘要:
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... 阅读全文
posted @ 2013-09-18 01:16
寒殇
阅读(769)
评论(0)
推荐(2)

浙公网安备 33010602011771号