Exemplo n.º 1
0
 public CSPDokan(CSPClient client)
 {
     this.client = client;
 }
Exemplo n.º 2
0
 public CSPDokanFS(CSPClient client, bool enableCache = true)
 {
     this.client = client;
     this.enableCache = enableCache;
 }