Exemplo n.º 1
0
 public void ReportPotentialConfigChange(IServerConfig config)
 {
     m_ManagedApp.ReportPotentialConfigChange(config);
 }
Exemplo n.º 2
0
 public void ReportPotentialConfigChange(IServerConfig config)
 {
     m_AppServer.ReportPotentialConfigChange(config);
 }
Exemplo n.º 3
0
 void IManagedAppBase.ReportPotentialConfigChange(IServerConfig config)
 {
     m_AppServer.ReportPotentialConfigChange(config);
 }