FastColoredTextBoxNS.MacrosManager.MacrosManager C# (CSharp) 메소드

MacrosManager() 개인적인 메소드

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