示例#1
0
 public void ToBackground(IStyle s, bool repeat)
 {
     s.SetBackground(src, repeat);
 }
示例#2
0
 public static void SetBackground(this IStyle s, string src)
 {
     s.SetBackground(src, false);
 }