Пример #1
0
        GetExecutionPolicy(
            string mode)
        {
            var className = "Publisher." + mode + "ChangeRPath";

            this.Policy = Bam.Core.ExecutionPolicyUtilities <IChangeRPathPolicy> .Create(className);
        }
Пример #2
0
 GetExecutionPolicy(
     string mode)
 {
     var className = "Publisher." + mode + "ChangeRPath";
     this.Policy = Bam.Core.ExecutionPolicyUtilities<IChangeRPathPolicy>.Create(className);
 }