Esempio n. 1
0
 public void PushNewCommand(FtpCommand NewCommand)
 {
     NewCommand.SetFtpService(this);
     CommandQueue.Enqueue(NewCommand);
 }