Ejemplo n.º 1
0
        /// <summary>
        ///     Gets the game.
        /// </summary>
        /// <returns></returns>
        public string GetGame()
        {
            var ats = new AtsRegWork(true);

            return(ats.Read(RegKeys.CURRENT_GAME));
        }
Ejemplo n.º 2
0
        /// <summary>
        ///     Sets the game.
        /// </summary>
        /// <param name="game">The game.</param>
        public void SetGame(string game)
        {
            var ats = new AtsRegWork(true);

            ats.Write(RegKeys.CURRENT_GAME, game);
        }