Exemple #1
0
 /// <summary>
 /// Repository class constructor.
 /// </summary>
 public IE()
     : base("IE", "", null, 30000, false, "20d858bd-54d3-486c-a6fb-bdd9ab5b016f", "./RepositoryImages\\IE20d858bd.rximgres")
 {
     _form = new IEFolders.FormAppFolder(this);
     _dom  = new IEFolders.DOMAppFolder(this);
 }
Exemple #2
0
 /// <summary>
 /// Repository class constructor.
 /// </summary>
 public IE()
     : base("IE", "", null, 30000, false, "20d858bd-54d3-486c-a6fb-bdd9ab5b016f", "./RepositoryImages\\IE20d858bd.rximgres")
 {
     _form = new IEFolders.FormAppFolder(this);
     _dom = new IEFolders.DOMAppFolder(this);
 }