示例#1
0
 public SteamCategoryParser(Games games, string steamPath)
 {
     this.games = games;
     Load(steamPath);
 }
示例#2
0
 public SteamCategoryParser(Games games) : this(games, Properties.Settings.Default.SteamInstallDirectory)
 {
 }