BlueSky.SyntaxEditorWindow.RefreshDatagrids C# (CSharp) Метод

RefreshDatagrids() публичный Метод

public RefreshDatagrids ( ) : void
Результат void
        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");
        }
SyntaxEditorWindow