Esempio n. 1
0
        public MainClass()
        {
            StatLog Log = new StatLog();

            Games          = Log.LoadGames();
            CurrentBalance = CalcCurrentBalance();
        }
Esempio n. 2
0
        public void Load()
        {
            StatLog Log = new StatLog();

            Games = Log.LoadGames();
        }
Esempio n. 3
0
        public void AddGame(Game game)
        {
            StatLog Log = new StatLog();

            Log.AddGame(game);
        }