public void setTableServerObject(ITableServer iTableServer) { m_TableServer = iTableServer; }
public void configureRootServer(string authServerUrl, string tableServerUrl) { m_AuthSeverUrl = authServerUrl; m_TableServerUrl = tableServerUrl; DependencyInjection di = DependencyInjection.GetInstance(); m_ITableServer = (ITableServer)di.CreateObject("tableserver", new object[] { new TableServerCallback(), m_TableServerUrl }); }