Update HandleLogs.cs
This commit is contained in:
parent
9ee4e2a2d1
commit
c6303fc8f4
@ -18,7 +18,7 @@ namespace Server.Handle_Packet
|
|||||||
LV.Text = DateTime.Now.ToLongTimeString();
|
LV.Text = DateTime.Now.ToLongTimeString();
|
||||||
LV.SubItems.Add(Msg);
|
LV.SubItems.Add(Msg);
|
||||||
LV.ForeColor = color;
|
LV.ForeColor = color;
|
||||||
lock (Settings.Listview2Lock)
|
lock (Settings.LockListviewLogs)
|
||||||
{
|
{
|
||||||
Program.form1.listView2.Items.Insert(0, LV);
|
Program.form1.listView2.Items.Insert(0, LV);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user