static void caret_TickHandler(object sender, GraphicsTimerTaskEventArgs e)
 {
     if (currentTextBox != null)
     {
         currentTextBox.SwapCaretState();
         e.NeedUpdate = 1;
     }
     else
     {
         //Console.WriteLine("no current textbox");
     }
 }
Exemplo n.º 2
0
 public void InvokeHandler(GraphicsTimerTaskEventArgs args)
 {
     this.tickHandler(this, args);
 }
Exemplo n.º 3
0
 public void InvokeHandler(GraphicsTimerTaskEventArgs args)
 {
     this.tickHandler(this, args);
 }