Esempio n. 1
0
 /// <summary>
 /// Inicia execucao
 /// </summary>
 void Iniciar(No NoInicial)
 {
     Pacote p = new Pacote(ref PainelBase, NoInicial, int.Parse(mtxTTL.Text), Cor.CorAleatoria(), Versao);
 }