コード例 #1
0
 public CSPDokan(CSPClient client)
 {
     this.client = client;
 }
コード例 #2
0
 public CSPDokanFS(CSPClient client, bool enableCache = true)
 {
     this.client = client;
     this.enableCache = enableCache;
 }