SIL.CoreImpl.CpeTracker.CpeTracker C# (CSharp) 메소드

CpeTracker() 공개 메소드

make the compiler happy.
public CpeTracker ( ILgWritingSystemFactory wsf, ITsString tss ) : System
wsf ILgWritingSystemFactory
tss ITsString
리턴 System
		public CpeTracker(ILgWritingSystemFactory wsf, ITsString tss)
		{
			m_wsf = wsf;
			m_tssText = tss;
			m_ichLimCpe = 0;
			// ensures first request will fail.
		}