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