コード例 #1
0
 public void AddEventHandler(short type, EventHandler handler)
 {
     Dispatcher.AddEventHandler(type, handler);
 }