BothGridRefreshAndPrintTitle() public method

public BothGridRefreshAndPrintTitle ( string title ) : void
title string
return void
 //16Jul2015 refesh both grids when 'refresh' icon is clicked in output window
 public void RefreshBothgrids()//16Jul2015
 {
     string stmt = "Refresh Grids";
     UAMenuCommand uamc = new UAMenuCommand();
     uamc.commandformat = stmt;
     uamc.bskycommand = stmt;
     uamc.commandtype = stmt;
     CommandExecutionHelper auacb = new CommandExecutionHelper();
     auacb.BothGridRefreshAndPrintTitle("Refresh Data");
 }