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