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

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

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