Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在进行 Cyberduck 的第二次开发(使用C#)。可以看到,当我们打开 Cyberduck 客户端时,有很多协议,我们可以使用不同的协议进行连接,例如 FTP、Swift、或 S3。
那么如何在ConnectionForm ComboBox中去掉这些协议呢?我只需要 Swift,我想删除这个组合框中的 FTP 协议。我已经尝试了几天,但仍然无法删除 FTP 协议。谁能帮我?先感谢您!
我已经解决了这个问题。我修改了“InitProtocol”方法,以确保只有我需要的协议被添加到组合框中。