Ejemplo n.º 1
0
 public Workset()
 {
     install = EU2.Install.FromRegistry();
     file = null;
     filepath = "";
     lastopendirectory = "";
 }
Ejemplo n.º 2
0
 public Workset( string installPath )
 {
     install = EU2.Install.FromPath( installPath );
     file = null;
 }
Ejemplo n.º 3
0
 public BoundBox( EU2.Install install )
 {
     this.install = install;
     cache = new Hashtable();
     OpenStream();
 }