コード例 #1
0
 public SerialFileViewModel(FileModel serialModel)
 {
     this.serialModel = serialModel;
 }
コード例 #2
0
 public ComplateDownLoadEntity(FileModel fileModel, string downloadPath)
 {
     this.fileModel = fileModel;
     this.downloadPath = downloadPath;
 }