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