public FakeUserControlWithControl()
 {
     InnerControl = new FakeUserControl();
     Controls.Add(InnerControl);
 }
Beispiel #2
0
 public FakeUserControlWithControl()
 {
     InnerControl = new FakeUserControl();
     Controls.Add(InnerControl);
 }
 public PageWithControl()
 {
     Control = new FakeUserControl();
     Controls.Add(Control);
 }
 public PageWithControl()
 {
     Control = new FakeUserControl();
     Controls.Add(Control);
 }