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