コード例 #1
0
 private void InvokeWordOnContext(object sender, WordOnContextEventArgs e)
 {
     if (WordOnContext != null)
     {
         WordOnContext(sender, e);
     }
 }
コード例 #2
0
 void p_WordOnContext(object sender, WordOnContextEventArgs e)
 {
     InvokeWordOnContext(sender, e);
 }