public FakeUserControlWithControl()
 {
     InnerControl = new FakeUserControl();
     Controls.Add(InnerControl);
 }
예제 #2
0
 public FakeUserControlWithControl()
 {
     InnerControl = new FakeUserControl();
     Controls.Add(InnerControl);
 }
예제 #3
0
 public PageWithControl()
 {
     Control = new FakeUserControl();
     Controls.Add(Control);
 }
예제 #4
0
 public PageWithControl()
 {
     Control = new FakeUserControl();
     Controls.Add(Control);
 }