コード例 #1
0
 Page ITreeViewItem.EditPage(Amdocs.Ginger.Common.Context mContext)
 {
     if (mHTMLComboBoxPage == null)
     {
         mHTMLComboBoxPage = new HTMLComboBoxPage(ElementInfo);
     }
     return(mHTMLComboBoxPage);
 }
コード例 #2
0
 Page ITreeViewItem.EditPage()
 {
     if (mHTMLComboBoxPage == null)
     {
         mHTMLComboBoxPage = new HTMLComboBoxPage(ElementInfo);
     }
     return(mHTMLComboBoxPage);
 }