mirror of
https://github.com/4sval/FModel.git
synced 2026-06-22 16:00:17 -05:00
i knew i forgot something
This commit is contained in:
parent
c73bfb9b32
commit
c8e5587d9e
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user