コード例 #1
0
 public static void Main(string[] args)
 {
     executable.ssh_exe exe = new executable.ssh_exe();
     exe.Run();
 }
コード例 #2
0
ファイル: sharpssh.cs プロジェクト: BHandal/Minion
 public static void Main(string[] args)
 {
     executable.ssh_exe exe = new executable.ssh_exe();
     exe.Run();
 }