Skip to content

Commit

Permalink
Update Main.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hmz777 committed Aug 22, 2019
1 parent 20fb0a7 commit 0f3c2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NetStalker/NetStalker/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ private void materialFlatButton1_Click(object sender, EventArgs e)
metroTile1.Enabled = false;
metroTile2.Enabled = false;
operationinprogress = true;
fastObjectListView1.ClearObjects();
olvColumn7.MaximumWidth = 100;
olvColumn7.MinimumWidth = 100;
olvColumn7.Width = 100;
Expand All @@ -373,7 +372,7 @@ private void materialFlatButton1_Click(object sender, EventArgs e)
Device.UploadSpeed = "";
}
}

fastObjectListView1.ClearObjects();
AliveTimer.Start();
new Thread(() =>
{
Expand Down

0 comments on commit 0f3c2b2

Please sign in to comment.