示例#1
0
 Page ITreeViewItem.EditPage(Amdocs.Ginger.Common.Context mContext)
 {
     if (mAppsListPage == null)
     {
         mAppsListPage = new AppsListPage(ProjEnvironment);
     }
     return(mAppsListPage);
 }
示例#2
0
 Page ITreeViewItem.EditPage()
 {
     if (mAppsListPage == null)
     {
         mAppsListPage = new AppsListPage(ProjEnvironment);
     }
     return(mAppsListPage);
 }