예제 #1
0
 public static void Style2(FakeView v)
 {
     v.Info["Style2"] = "Applied";
 }
예제 #2
0
 public FakeViewLayoutBox(FakeView view, RectangleF outerBounds) : base(outerBounds)
 {
     View = view;
 }