示例#1
0
文件: Form1.cs 项目: nuevollc/Nuevo
 private void SFTPFile_Click(object sender, EventArgs e)
 {
     if (sftp != null)
     {
         sftp.StartProcessing();
     }
 }
示例#2
0
 protected override void OnStart(string[] args)
 {
     m_Handler = new SftpHandler();
     m_Handler.StartProcessing();
 }
示例#3
0
 protected override void OnStart(string[] args)
 {
     m_Handler = new SftpHandler();
     m_Handler.StartProcessing();
 }