예제 #1
0
파일: UIStyle.cs 프로젝트: xiaohszx/SunnyUI
 public static bool IsCustom(this UIStyle style)
 {
     return(style.Equals(UIStyle.Custom));
 }