示例#1
0
 public GoolFileReaderForCS(GoolFileForCS f)
 {
     this.f = f;
 }
示例#2
0
 public GoolFileWriterForCS(GoolFileForCS f)
 {
     this.f = f;
 }