SIL.FieldWorks.IText.InterlinPrintChild.MakeVc C# (CSharp) 메소드

MakeVc() 보호된 메소드

Pull this out into a separate method so InterlinPrintChild can make an InterlinPrintVc.
protected MakeVc ( ) : void
리턴 void
		protected override void MakeVc()
		{
			m_vc = new InterlinPrintVc(m_fdoCache);
		}