Exemplo n.º 1
0
 private string GetSearchOptions()
 {
     JsonSearchDialog jsonSearchDialog = new JsonSearchDialog(this._grid);
     return jsonSearchDialog.Process();
 }
Exemplo n.º 2
0
        private string GetSearchOptions()
        {
            JsonSearchDialog jsonSearchDialog = new JsonSearchDialog(this._grid);

            return(jsonSearchDialog.Process());
        }