Beispiel #1
0
    public wzarchive(string location)
    {
        wzreader reader = new wzreader(location);
        wzheader header = new wzheader(reader);

        properties = new object[] { reader, header, };
    }
Beispiel #2
0
 internal wzarchive(string location)
 {
     reader = new wzreader(location);
     header = new wzheader(reader);
 }