コード例 #1
0
ファイル: UIStyle.cs プロジェクト: xiaohszx/SunnyUI
 public static bool IsCustom(this UIStyle style)
 {
     return(style.Equals(UIStyle.Custom));
 }