SIL.FieldWorks.IText.InterlinPrintChild.MakeVc C# (CSharp) Méthode

MakeVc() protected méthode

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