Beispiel #1
0
 /// <summary>
 /// For unit tests only. FLEx is not responsible for disposing of IScrText objects received from ParaText
 /// </summary>
 internal void DisposePTObject()
 {
     if (pt7Object != null)
     {
         pt7Object.Dispose();
     }
     pt7Object = null;
 }
Beispiel #2
0
 public PT7ScrTextWrapper(Paratext.ScrText text)
 {
     pt7Object = text;
 }