Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
コード例 #1
0
ファイル: MyTemplateControls.cs プロジェクト: kumpera/mono
 public TestContainerControl (TestTemplateControl owner)
 {
   this.owner = owner;
 }