コード例 #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);
 }