public void CreateChildControls()
        {
            MyControl c = new MyControl();

            c.AdapterCallCreateChildControls();
            Assert.IsTrue(c.create_child_controls_called, "CreateChildControls #1");
        }
		public void CreateChildControls ()
		{
			MyControl c = new MyControl ();
			c.AdapterCallCreateChildControls ();
			Assert.IsTrue (c.create_child_controls_called, "CreateChildControls #1");
		}