public GotFileNetworkMessage(Guid from, Guid fileId, NetworkFile file)
 {
     From   = from;
     FileId = fileId;
     File   = file;
 }
Example #2
0
 public StoreFileNetworkMessage(Guid from, NetworkFile file)
 {
     From = from;
     File = file;
 }