Example #1
0
        public static ProjectNavigatorLoaderProxy GetProjectNavigatorLoader([NotNull] this IWorkingContext workingContext)
        {
            ProjectNavigatorLoader dlc = workingContext.GetRequiredDlc <ProjectNavigatorLoader>("Siemens.Automation.FrameApplication.ProjectNavigatorLoader");

            return(new ProjectNavigatorLoaderProxy(dlc));
        }
Example #2
0
 internal ProjectNavigatorLoaderProxy(ProjectNavigatorLoader loader)
 {
     ProjectNavigatorLoader = loader;
 }