コード例 #1
0
ファイル: text-window.cs プロジェクト: Unknown6656/kiezellisp
 internal void SendKey(KeyInfo key)
 {
     ParentControl.SendKey(key);
 }