Esempio n. 1
0
 private bool PushState()
 {
     SaveState();
     States.AddLast(this.SavedState);
     return(true);
 }