利用委托弹出一个非模态对话框

View Code
System.Threading.Tasks.Task.Factory.StartNew(() =>
System.Windows.Forms.MessageBox.Show(string.Format("用户{0} [{1}]上线", user.userName, user.userId)));

posted on 2011-11-11 10:05  backslash112  阅读(337)  评论(0编辑  收藏  举报

导航