Exemplo n.º 1
0
 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;
     }
 }
Exemplo n.º 2
0
 public HtmlController(TwinList host)
 {
     Host = host;
 }