Ejemplo n.º 1
0
 public BitfileService(FileHash hash, string path)
 {
     context = new BitfileContext(hash, path);
 }
Ejemplo n.º 2
0
 public BitfileDestination(BitfileContext context)
 {
     this.context = context;
 }