示例#1
0
 private void OnStaticEvent()
 {
     if (StaticEvent != null)
     {
         StaticEvent.BeginInvoke(null, null, null, null);
     }
 }