DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • implementing undo and redo

    for a command to be undone, we need to store it somewhere. to facilitate this, we need to create a class for every command and we also need to create a class that will process and then store these commands upon request. interface ICommand { void Execute(); void UnExecute(); } the code above shows the...
    Posted to Driving .NET by smash on 02-12-2006
    Filed under: Filed under: , ,
Page 1 of 1 (1 items)

Copyright DevPinoy 2005-2008