Exemple #1
0
        public static PersistentDataStorageServiceProxy GetPersistentDataStorageService([NotNull] this IWorkingContext workingContext)
        {
            PersistentDataStorageService dlc = workingContext.GetRequiredDlc <PersistentDataStorageService>("Siemens.Simatic.HwConfiguration.Application.UserInterface.Basics.Controller.PersistentDataStorageService");

            return(new PersistentDataStorageServiceProxy(dlc));
        }
Exemple #2
0
 internal PersistentDataStorageServiceProxy(PersistentDataStorageService dlc)
 {
     this.PersistentDataStorageService = dlc;
 }