Esempio n. 1
0
 public IInterruptable AsyncCygwinConnect(IInterruptableConnectorClient result_client, ICygwinParameter destination)
 {
     return(LocalShellUtil.AsyncPrepareSocket(result_client, destination));
 }
Esempio n. 2
0
 //cygwinの同期的接続
 public static ITerminalConnection CreateNewLocalShellConnection(IPoderosaForm form, ICygwinParameter param)
 {
     return(LocalShellUtil.PrepareSocket(form, param));
 }