DesktopLiveStreamer.ListGames.ListGames C# (CSharp) Method

ListGames() public method

public ListGames ( ) : System
return System
        public ListGames()
        {
            listGames = new List<Game>();
        }