Example #1
0
        /// <summary>
        /// Adds a momento to the internal stack
        /// </summary>
        public static void SaveState()
        {
            Momento m = new Momento();

            m.Capture();
            States.Push(m);
        }