Example #1
0
        /// <summary>
        /// Displays a horizontal line with default settings.
        /// </summary>
        public static void QuickDisplay()
        {
            HorizontalLine horizontalLine = new HorizontalLine();

            horizontalLine.Display();
        }