using System; using System.Drawing; //忽略没有注释警告 #pragma warning disable 1591 namespace MGdu.WinFormUI { public class ThemeRollingBarGuys : GMRollingBarThemeBase { public ThemeRollingBarGuys() { Radius1 = 18; BackColor = Color.Transparent; BaseColor = Color.Blue; } } }