AutoWikiBrowser.Plugins.TheTemplator.DebugOutput.DebugOutput C# (CSharp) Method

DebugOutput() public method

public DebugOutput ( ) : System
return System
        public DebugOutput()
        {
            InitializeComponent();

            HeaderFonts = new Font[] {
                new Font("Arial", 14, FontStyle.Bold | FontStyle.Underline),
                new Font("Arial", 13, FontStyle.Bold),
                new Font("Arial", 12, FontStyle.Bold | FontStyle.Underline),
                new Font("Arial", 11, FontStyle.Bold),
                new Font("Arial", 10, FontStyle.Bold | FontStyle.Underline),
            };
        }