コード例 #1
0
ファイル: Inter.cs プロジェクト: cristianm123/Automata-Minimo
 public Inter()
 {
     InitializeComponent();
     mooreInterface = new MooreInterface(this);
     mealyInterface = new MealyInterface(this);
     controller     = new Controller.Controller(this);
 }
コード例 #2
0
ファイル: Inter.cs プロジェクト: cristianm123/Automata-Minimo
 public void restartMealy()
 {
     mealyInterface = new MealyInterface(this);
 }