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