コード例 #1
0
 private static Boolean SendMessageToSecuruStikForm(String msg)
 {
     return(Win32API.SendMessage(msg, MainFormText));
 }