public Inter() { InitializeComponent(); mooreInterface = new MooreInterface(this); mealyInterface = new MealyInterface(this); controller = new Controller.Controller(this); }
public void restartMoore() { mooreInterface = new MooreInterface(this); }