Ejemplo n.º 1
0
 public SendFileOperation(Context context, EventedStream target, string file)
 {
     this.context = context;
     this.target  = target;
     this.file    = file;
 }
Ejemplo n.º 2
0
 public SendFileOperation(EventedStream target, string file)
 {
     this.target = target;
     this.file   = file;
 }