Exemplo n.º 1
0
 public AdFile(string extstr)
 {
     ext    = extstr;
     length = 0;
     adfile = new csFile();
 }
Exemplo n.º 2
0
 public LogFile(string extstr)
 {
     ext     = extstr;
     logfile = new csFile();
     length  = 0;
 }