예제 #1
0
        private static void SetupToolStrip(ToolStrip strip)
        {
            strip.EnableTheming(enable: true);

            strip.Items.OfType <ToolStripLabel>()
            .ForEach(SetupToolStripLabel);
        }