コード例 #1
0
ファイル: InstallLog.cs プロジェクト: igorfrance/sage
 public InstallItem AddFile(string path)
 {
     InstallItem file = new InstallItem { Path = path };
     this.Items.Add(file);
     return file;
 }