Example #1
0
 public FsBasic_RemoteFsOperation_Adapter(
     mwg.mwgvfs.gvfs.GvfsOperation operation,
     mwg.mwgvfs.gvfs.IFsBasic basic,
     SshfsMessage message
     )
 {
     this.operation = operation;
     this.basic     = basic;
     this.output    = message;
 }
Example #2
0
 public DebugFsOperation(Dokan.DokanOperations ops)
 {
     this.ops = ops;
 }