AspNetEdit.Editor.UI.RootDesignerView.DoCommand C# (CSharp) Метод

DoCommand() приватный Метод

private DoCommand ( string editorCommand ) : void
editorCommand string
Результат void
        internal void DoCommand(string editorCommand)
        {
            System.Diagnostics.Trace.WriteLine ( "Executing command \"" + editorCommand +"\"");
            comm.JSCall (GeckoFunctions.DoCommand, null, editorCommand);
        }