Esempio n. 1
0
 public PageWithControlWithControl()
 {
     Control = new FakeUserControlWithControl();
     Controls.Add(Control);
 }
 public PageWithControlWithControl()
 {
     Control = new FakeUserControlWithControl();
     Controls.Add(Control);
 }