Esempio n. 1
0
 private void GetParatextScrTextWrapperIfNeeded(bool refreshBooksIfExisting = false)
 {
     Debug.Assert(m_project.IsLiveParatextProject);
     if (m_paratextScrTextWrapper == null)
     {
         m_paratextScrTextWrapper = m_project.GetLiveParatextDataIfCompatible(true, "", false);
     }
     else if (refreshBooksIfExisting)
     {
         m_paratextScrTextWrapper.GetUpdatedBookInfo();
     }
 }