Beispiel #1
0
        public MainClass()
        {
            StatLog Log = new StatLog();

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

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

            Log.AddGame(game);
        }