/// <summary>
 /// Repository class constructor.
 /// </summary>
 public CommonRepo()
     : base("CommonRepo", "/", null, 0, false, "9d2c49e9-5e4f-42bf-a8cf-910a588e3639", ".\\RepositoryImages\\CommonRepo9d2c49e9.rximgres")
 {
     _application                = new CommonRepoFolders.ApplicationAppFolder(this);
     _sqldmdesktopclient         = new CommonRepoFolders.SQLdmDesktopClientAppFolder(this);
     _repositoryconnectiondialog = new CommonRepoFolders.RepositoryConnectionDialogAppFolder(this);
 }
Exemple #2
0
 /// <summary>
 /// Repository class constructor.
 /// </summary>
 public CommonRepo()
     : base("CommonRepo", "/", null, 0, false, "9d2c49e9-5e4f-42bf-a8cf-910a588e3639", ".\\RepositoryImages\\CommonRepo9d2c49e9.rximgres")
 {
     _application = new CommonRepoFolders.ApplicationAppFolder(this);
 }