FastColoredTextBoxNS.MacrosManager.MacrosManager C# (CSharp) Method

MacrosManager() private method

private MacrosManager ( FastColoredTextBox ctrl ) : System.Collections.Generic
ctrl FastColoredTextBox
return System.Collections.Generic
        internal MacrosManager(FastColoredTextBox ctrl)
        {
            UnderlayingControl = ctrl;
            AllowMacroRecordingByUser = true;
        }