예제 #1
0
파일: Form1.cs 프로젝트: faustodavid/Test
 private void updateList(Interface.IGame game)
 {
     if (!lbxListGames.Items.Contains(game.getGameID()))
     {
         lbxListGames.Items.Add(game.getGameID());
     }
 }