public MainClass() { StatLog Log = new StatLog(); Games = Log.LoadGames(); CurrentBalance = CalcCurrentBalance(); }
public void Load() { StatLog Log = new StatLog(); Games = Log.LoadGames(); }
public void AddGame(Game game) { StatLog Log = new StatLog(); Log.AddGame(game); }