Click here to Skip to main content
15,886,137 members
Articles / Programming Languages / C#

Practical approach to Memento design pattern

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
28 Dec 2012CPOL4 min read 32.8K   354   11  
This article explains the implementation of undo/redo using a Memento Pattern.
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
  <Profiles>
    <Profile Name="(Default)" />
  </Profiles>
  <Settings />
</SettingsFile>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Harman International
India India
I am a Microsoft .Net developer having experience in developing enterprise applications using technologies such as WPF, Winform. Always look towards making the life simple by developing GUI based applications.

Comments and Discussions