SIL.FieldWorks.IText.InterlinPrintChild.MakeVc C# (CSharp) Method

MakeVc() protected method

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