示例#1
0
 public ServerComponentsLifecycleAdapter(AbstractNeoServer outerInstance)
 {
     this._outerInstance = outerInstance;
 }
示例#2
0
 public ServerDependenciesLifeCycleAdapter(AbstractNeoServer outerInstance)
 {
     this._outerInstance = outerInstance;
 }