示例#1
0
文件: Firefox.cs 项目: svatarlea/test
 /// <summary>
 /// Repository class constructor.
 /// </summary>
 public Firefox()
     : base("Firefox", "", null, 30000, false, "76c841d7-0ac5-4985-b102-a45cc6bbeb68", "./RepositoryImages\\Firefox76c841d7.rximgres")
 {
     _form = new FirefoxFolders.FormAppFolder(this);
     _dom  = new FirefoxFolders.DOMAppFolder(this);
 }
示例#2
0
文件: Firefox.cs 项目: svatarlea/test
 /// <summary>
 /// Repository class constructor.
 /// </summary>
 public Firefox()
     : base("Firefox", "", null, 30000, false, "76c841d7-0ac5-4985-b102-a45cc6bbeb68", "./RepositoryImages\\Firefox76c841d7.rximgres")
 {
     _form = new FirefoxFolders.FormAppFolder(this);
     _dom = new FirefoxFolders.DOMAppFolder(this);
 }