DatasetRefreshAndPrintTitle() public method

public DatasetRefreshAndPrintTitle ( string title ) : void
title string
return void
 //was private
 public void RefreshDatagrids()//16May2013
 {
     string stmt = "Refresh Grids";
     UAMenuCommand uamc = new UAMenuCommand();
     uamc.commandformat = stmt;
     uamc.bskycommand = stmt;
     uamc.commandtype = stmt;
     CommandExecutionHelper auacb = new CommandExecutionHelper();
     auacb.DatasetRefreshAndPrintTitle("Refresh Data");
 }