Exemplo n.º 1
0
 public void Render(bool active, TextBox <TRenderHookState> textBox, TRenderHookState state, int startOffset)
 {
     Console.Write(
         textBox.Value.Substring(startOffset),
         textBox.Value.Length);
 }
Exemplo n.º 2
0
 public bool RequiresRender(string newText, ref TRenderHookState state) => false;