diff --git a/ProxySU/MainWindow.xaml.cs b/ProxySU/MainWindow.xaml.cs index 6e61c06..abceb74 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/Release.zip b/ProxySU/bin/Release/Release.zip new file mode 100644 index 0000000..26609d0 Binary files /dev/null and b/ProxySU/bin/Release/Release.zip differ