/// <summary> /// reprint the text and Optionhandler (the optionhandler gets re-evaluated) /// </summary> public void Enter() { if (text != null) { CIO.Print(text); } if (myOptionhandler != null) { myOptionhandler.printOptions(); } }