示例#1
0
 public Inter()
 {
     InitializeComponent();
     mooreInterface = new MooreInterface(this);
     mealyInterface = new MealyInterface(this);
     controller     = new Controller.Controller(this);
 }
示例#2
0
 public void restartMoore()
 {
     mooreInterface = new MooreInterface(this);
 }