mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-20 00:13:18 +03:00
test Release
This commit is contained in:
parent
c52102b5e7
commit
d5be9e9871
@ -328,7 +328,7 @@ namespace ProxySU
|
|||||||
//Random random = new Random();
|
//Random random = new Random();
|
||||||
//String Num = random.Next(0, 100).ToString();
|
//String Num = random.Next(0, 100).ToString();
|
||||||
Action<TextBlock, String> updateAction = new Action<TextBlock, string>(UpdateTextBlockSetUpProcessing);
|
Action<TextBlock, String> updateAction = new Action<TextBlock, string>(UpdateTextBlockSetUpProcessing);
|
||||||
//TextBlockSetUpProcessing.Dispatcher.BeginInvoke(updateAction, textBlockName, Num);
|
TextBlockSetUpProcessing.Dispatcher.BeginInvoke(updateAction, textBlockName, Num);
|
||||||
}
|
}
|
||||||
//更新UI显示内容
|
//更新UI显示内容
|
||||||
private void UpdateTextBlockSetUpProcessing(TextBlock textBlockName, string text)
|
private void UpdateTextBlockSetUpProcessing(TextBlock textBlockName, string text)
|
||||||
|
BIN
ProxySU/bin/Release/Release.zip
Normal file
BIN
ProxySU/bin/Release/Release.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user