Exemple #1
0
 public PackageSharingPolicyDescription(string packageName, WinFabricServicePackageSharingScope scope)
 {
     this.PackageName = packageName;
     this.Scope       = scope;
 }
Exemple #2
0
 public PackageSharingPolicyDescription(PackageSharingPolicyDescription other)
 {
     this.PackageName = other.PackageName;
     this.Scope       = other.Scope;
 }