예제 #1
0
파일: ReportPage.cs 프로젝트: alfec/Base2
 public void EscolherCategory(string Categoria)
 {
     campo.SelecionaListaTexto(SelectCategory, false, Categoria);
 }
예제 #2
0
 public void EscolherProjeto(string NomeProjeto)
 {
     campo.SelecionaListaTexto(SelectEscolherProjeto, true, NomeProjeto);
 }