/// <summary>
		/// Dos the clear instructions stack.
		/// </summary>
		public void doClearInstructionsStack ()
		{
			_instructionsStack = new InstructionsStack();
			displayText 	= "";
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Dos the clear instructions stack.
 /// </summary>
 public void doClearInstructionsStack()
 {
     _instructionsStack = new InstructionsStack();
     displayText        = "";
 }