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