Updates for issue #22

This commit is contained in:
Michael J. Seiferling
2016-03-11 16:26:20 -06:00
parent 09c7bf8f05
commit a6341ffa76
7 changed files with 202 additions and 51 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ Public Class frmGameManager
oList.Add(oData)
Next
oList.Sort(AddressOf mgrCommon.CompareByName)
oList.Sort(AddressOf mgrCommon.CompareByListBoxItemByValue)
lstGames.BeginUpdate()
lstGames.DataSource = oList