Ejemplo n.º 1
0
        public Momento GetMomento()
        {
            Momento m = new Momento();

            m.SetState(CurrentPlayingIndex, CurrentPlayingSongLocation);
            return(m);
        }