Добавил Clear
This commit is contained in:
parent
8c46c90cb9
commit
2379a26a34
@ -180,6 +180,10 @@ namespace UserComponentsOption19
|
||||
}
|
||||
listBox.Items.Add(result);
|
||||
}
|
||||
public void ClearRows()
|
||||
{
|
||||
listBox.Items.Clear();
|
||||
}
|
||||
|
||||
private void listBox_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
@ -6,7 +6,7 @@
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<VersionPrefix>1.0.3</VersionPrefix>
|
||||
<VersionPrefix>1.0.4</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user