我正在尝试打开连接并将文件添加到服务器。我插入了代码。这是说套接字已关闭,但我不知道如何解决这个问题
<ComboBox.ItemContainerStyle>
<Style TargetType="{x:Type ComboBoxItem}">
<Setter Property="Background" Value="Blue" />
</Style>
</ComboBox.ItemContainerStyle>
已解决:What is the difference between calling open_sftp() locally and via a separate function?