示例#1
0
 /// <summary>
 /// Apply this theme to all views with the given appearance.
 /// </summary>
 public static void Apply(UIButton.UIButtonAppearance appearance, string options = null)
 {
 }
 public static void Apply(UIButton.UIButtonAppearance appearance, string options = null)
 {
     ConfirmTrackBeamTheme();
     ThemeManager.Current.Apply(appearance);
 }