/// <summary>
 ///
 /// </summary>
 public AssetManager(AssetServer assetServer)
 {
     _assetServer = assetServer;
 }
 public BackboneServers()
 {
     this.GridServer = new GridServer();
     this.UserServer = new UserServer();
     this.AssetServer = new AssetServer();
 }
Exemple #3
0
 public BackboneServers()
 {
     this.GridServer  = new GridServer();
     this.UserServer  = new UserServer();
     this.AssetServer = new AssetServer();
 }
 /// <summary>
 /// 
 /// </summary>
 public AssetManager(AssetServer assetServer)
 {
     _assetServer=assetServer;
 }