示例#1
0
 /* NOVA MÁQUINA */
 private void button2_Click(object sender, EventArgs e)
 {
     mt = new MT();
     textBox1.Enabled = true;
     LimparCampos();
 }
示例#2
0
 public Tape(MT turingMachine)
 {
     this.turingMachine = turingMachine;
 }