Ejemplo n.º 1
0
 private void InvokeWordOnContext(object sender, WordOnContextEventArgs e)
 {
     if (WordOnContext != null)
     {
         WordOnContext(sender, e);
     }
 }
Ejemplo n.º 2
0
 void p_WordOnContext(object sender, WordOnContextEventArgs e)
 {
     InvokeWordOnContext(sender, e);
 }