diff --git a/ProxySU/MainWindow.xaml.cs b/ProxySU/MainWindow.xaml.cs index abceb74..6e61c06 100644 --- a/ProxySU/MainWindow.xaml.cs +++ b/ProxySU/MainWindow.xaml.cs @@ -328,7 +328,7 @@ namespace ProxySU //Random random = new Random(); //String Num = random.Next(0, 100).ToString(); Action updateAction = new Action(UpdateTextBlockSetUpProcessing); - TextBlockSetUpProcessing.Dispatcher.BeginInvoke(updateAction, textBlockName, Num); + //TextBlockSetUpProcessing.Dispatcher.BeginInvoke(updateAction, textBlockName, Num); } //更新UI显示内容 private void UpdateTextBlockSetUpProcessing(TextBlock textBlockName, string text) diff --git a/ProxySU/bin/Release/ProxySU.exe b/ProxySU/bin/Release/ProxySU.exe new file mode 100644 index 0000000..646be64 Binary files /dev/null and b/ProxySU/bin/Release/ProxySU.exe differ diff --git a/ProxySU/bin/Release/Renci.SshNet.dll b/ProxySU/bin/Release/Renci.SshNet.dll new file mode 100644 index 0000000..4e2d603 Binary files /dev/null and b/ProxySU/bin/Release/Renci.SshNet.dll differ