public StreamProgressInfo(IInformative currentFile)
 {
     this.currentFile = currentFile;
 }
Exemplo n.º 2
0
 public void SaveStateInHistory(IInformative informative)
 {
     HistoryList.Add(informative.GetInfo());
 }