public void pasarElemento(ElementoDFD elem) { elemento = elem; if (elemento.datos != null) { txtEntrada.Text = elemento.datos; } }
public void pasarElemento(ElementoDFD elem) { elemento = elem; if (elemento.datos != null) { txtCondicion.Text = elemento.datos; } }
//Funcion para obtener el elemento a utlizar public void PasarElemento(ElementoDFD tempElemento) { elemento = tempElemento; Actualizar(); }