Merge pull request #30 from MrDevBot/patch-3

Added discard to PortsFrm_Load's Methods.FadeIn
This commit is contained in:
NYAN CAT 2019-05-21 15:47:47 +03:00 committed by GitHub
commit 8269736fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ namespace AsyncRAT_Sharp.Forms
private void PortsFrm_Load(object sender, EventArgs e) private void PortsFrm_Load(object sender, EventArgs e)
{ {
Methods.FadeIn(this, 5); _ = Methods.FadeIn(this, 5);
if (Properties.Settings.Default.Ports.Length == 0) if (Properties.Settings.Default.Ports.Length == 0)
{ {