public void Load(string filename) { FileInfo = new FileInfo(filename); if (FileInfo.Exists) { _3dslz = new _3DSLZ(FileInfo.OpenRead()); } }