This commit is contained in:
ChsBuffer
2021-01-16 22:40:05 +08:00
parent d15206b803
commit 004b84ceda

View File

@@ -1174,6 +1174,8 @@ namespace Netch.Forms
}
public void BandwidthState(bool state)
{
if (InvokeRequired)
BeginInvoke(new Action<bool>(BandwidthState), state);
UsedBandwidthLabel.Visible /*= UploadSpeedLabel.Visible*/ = DownloadSpeedLabel.Visible = state;
}