MementoPattern.Memento.Memento C# (CSharp) 메소드

Memento() 공개 메소드

public Memento ( string article ) : System.Collections
article string
리턴 System.Collections
        public Memento(string article)
        {
            this.article = article;
        }
Memento