Fix flickering on performance (listview)

This commit is contained in:
NYAN CAT 2019-06-01 06:24:44 +03:00
parent a7a2b13150
commit 0c64aff18e

View File

@ -11,7 +11,7 @@ namespace AsyncRAT_Sharp.Handle_Packet
{
if (Program.form1.listView1.InvokeRequired)
{
Program.form1.listView1.BeginInvoke((MethodInvoker)(() =>
Program.form1.listView1.Invoke((MethodInvoker)(() =>
{
try
{