Ejemplo n.º 1
0
 private void codeTextbox_BeforeKeyPressed(object sender, KeyPressEventArgs e)
 {
     if (TextFile == null)
     {
         return;
     }
     TextFile.BeforeKeyPressed(e);
 }