Beispiel #1
0
		protected bool mBeingUndone; // flag to denote whether the undo method has been called
		public Entity()
		{
			mHistory = new ModificationHistory(this);
			mBeingUndone = false;
            Program.fireEvent = true;
		}
Beispiel #2
0
 protected bool mBeingUndone;         // flag to denote whether the undo method has been called
 public Entity()
 {
     mHistory          = new ModificationHistory(this);
     mBeingUndone      = false;
     Program.fireEvent = true;
 }