Ejemplo n.º 1
0
        private void btnAFND_E_AFND_Click(object sender, EventArgs e)
        {
            TransformaAFNDE_AFND tr = new TransformaAFNDE_AFND();

            tr.automato = AutomatoInstanciado;
            tr.Converte();
            AtualizaAutomato();
        }
Ejemplo n.º 2
0
 private void btnAFND_E_AFND_Click(object sender, EventArgs e)
 {
     TransformaAFNDE_AFND tr = new TransformaAFNDE_AFND();
     tr.automato = AutomatoInstanciado;
     tr.Converte();
     AtualizaAutomato();
 }