Exemplo n.º 1
0
 protected bool mBeingUndone;         // flag to denote whether the undo method has been called
 public Entity()
 {
     mHistory     = new ModificationHistory(this);
     mBeingUndone = false;
 }
Exemplo n.º 2
0
		protected bool mBeingUndone; // flag to denote whether the undo method has been called
		public Entity()
		{
			mHistory = new ModificationHistory(this);
			mBeingUndone = false;            
		}