Skip to content

Commit

Permalink
1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtwins committed Jul 12, 2021
1 parent 68f565c commit f0a7620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private void button1_Click(object sender, EventArgs e)
//Get item info, remove item, insert below, set new item as selected.
private void button2_Click(object sender, EventArgs e)
{

int i = SelectedItemIndex();
if (i > listView1.Items.Count - 2)
return;
Expand Down

0 comments on commit f0a7620

Please sign in to comment.