HyoutaTools.Trophy.Viewer.GameSelectForm.GameSelectForm C# (CSharp) Method

GameSelectForm() public method

public GameSelectForm ( GameFolder Games ) : System
Games GameFolder
return System
        public GameSelectForm(GameFolder Games)
        {
            this.Games = Games;
            InitializeComponent();
            this.listBox1.ItemHeight = 88;
            this.listBox1.IsGameList = true;
            this.listBox1.DataSource = Games.TrophyLists;
        }