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