摘要:
SelfCert: Create a Self-Signed Certificate Interactively (GUI) or Programmatically in .NETBy Keith SparkjoyWhile this isn’t new, I needed a new home f...
阅读全文
posted @ 2015-10-04 11:52
武胜-阿伟
阅读(289)
推荐(0)
编辑
摘要:
//定义事件public event EventHandler ExamStarted;//触发事件时,应防止检测事件不为空,但检测后却为空的可能性。用赋值给一个变量来防止protected virtual void OnExamStarted(){ ExamEventHandler han...
阅读全文
posted @ 2015-10-04 10:15
武胜-阿伟
阅读(155)
推荐(0)
编辑