System.Web.UI.WebControls.ChangePassword.BaseChangePasswordContainer.InstantiateTemplate C# (CSharp) Method

InstantiateTemplate() public method

public InstantiateTemplate ( ITemplate template ) : void
template ITemplate
return void
			public void InstantiateTemplate (ITemplate template)
			{
#if NET_4_0
				if (!_owner.RenderOuterTable)
					template.InstantiateIn (this);
				else
#endif
					template.InstantiateIn (_containerCell);
			}