Exemple #1
0
 protected override void onChar(CodePoint cp)
 {
     if (iFace.OnKeyPress(cp.ToChar()))
     {
         return;
     }
     base.onChar(cp);
 }