示例#1
0
 public AdFile(string extstr)
 {
     ext    = extstr;
     length = 0;
     adfile = new csFile();
 }
示例#2
0
 public LogFile(string extstr)
 {
     ext     = extstr;
     logfile = new csFile();
     length  = 0;
 }