Пример #1
0
        public MainClass()
        {
            StatLog Log = new StatLog();

            Games          = Log.LoadGames();
            CurrentBalance = CalcCurrentBalance();
        }
Пример #2
0
        public void Load()
        {
            StatLog Log = new StatLog();

            Games = Log.LoadGames();
        }