Example #1
0
 public void EscolherCategory(string Categoria)
 {
     campo.SelecionaListaTexto(SelectCategory, false, Categoria);
 }
Example #2
0
 public void EscolherProjeto(string NomeProjeto)
 {
     campo.SelecionaListaTexto(SelectEscolherProjeto, true, NomeProjeto);
 }