コード例 #1
0
 public AppxManifestEditor(string manifestPath)
 {
     this.extractedEditor = new AppxDirectoryEditor(Path.GetDirectoryName(manifestPath));
 }
コード例 #2
0
 public AppxManifestEditor(FileInfo manifestPath)
 {
     this.extractedEditor = new AppxDirectoryEditor(manifestPath.Directory);
 }