예제 #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);
 }