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