コード例 #1
0
 public StreamProgressInfo(IInformative currentFile)
 {
     this.currentFile = currentFile;
 }
コード例 #2
0
 public void SaveStateInHistory(IInformative informative)
 {
     HistoryList.Add(informative.GetInfo());
 }