Пример #1
0
 public bool VerifyRegionSessionID(GridRegion r, UUID SessionID)
 {
     return(m_localService.VerifyRegionSessionID(r, SessionID));
 }