mirror of
https://github.com/4sval/FModel.git
synced 2026-09-22 00:14:38 -05:00
i knew i forgot something
This commit is contained in:
@@ -992,6 +992,7 @@ namespace FModel
|
||||
private void AddAndSelectAllItems(string[] myItemsToAdd)
|
||||
{
|
||||
listBox1.BeginUpdate();
|
||||
listBox1.Items.Clear();
|
||||
for (int i = 0; i < myItemsToAdd.Length; i++)
|
||||
{
|
||||
listBox1.Items.Add(myItemsToAdd[i]);
|
||||
|
||||
Reference in New Issue
Block a user