Beispiel #1
0
 public void ShowWarningTip(Keyrox.SourceCode.Word word)
 {
     this.BeginInvoke(new Callback(delegate() {
         ScriptToolTipController.ShowHint(word.BuildWarningTip(), Cursor.Position);
     }));
 }