コード例 #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;
     }
 }
コード例 #2
0
 public HtmlController(TwinList host)
 {
     Host = host;
 }