CSReportEditor.fMain.copy C# (CSharp) Method

copy() private method

private copy ( ) : void
return void
        private void copy()
        {
            cEditor editor = cMainEditor.getDocActive();
            if (editor != null)
            {
                editor.copy();
            }
        }
fMain