Exemplo n.º 1
0
 public override void InputFormFields()
 {
     if (Data.ResultPerPage != null)
     {
         ResultPerPage.SelectByText(Data.ResultPerPage);
     }
     if (Data.SortBy != null)
     {
         SortBy.SelectByText(Data.SortBy);
     }
 }
Exemplo n.º 2
0
 /// SortBy select
 public void SelectSortBy(string text)
 {
     SortBy.SelectByText(text);
 }