Exemplo n.º 1
0
 void removeTip(ScintillaNet.ScintillaControl sender, int ch)
 {
     sender.CallTipCancel();
     sender.CharAdded -= removeTip;
 }