void SentenceList_Load(object sender, EventArgs e) { if (this.Parent != null && this.Parent.Parent != null && this.Parent.Parent is TwinList) { this.m_ParentTwinList = (TwinList)this.Parent.Parent; } }
public HtmlController(TwinList host) { Host = host; }