mirror of https://github.com/quasar/Quasar.git
commit
d71bc9f4b2
|
@ -40,7 +40,7 @@ private void FrmKeylogger_Load(object sender, EventArgs e)
|
|||
|
||||
foreach (FileInfo file in iFiles)
|
||||
{
|
||||
lstLogs.Items.Add(new ListViewItem().Text = file.Name);
|
||||
lstLogs.Items.Add(new ListViewItem() { Text = file.Name });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue