Modifications of InterlinVc for printing.
Inheritance: InterlinVc
Exemplo n.º 1
0
 /// <summary>
 /// Pull this out into a separate method so InterlinPrintChild can make an InterlinPrintVc.
 /// </summary>
 protected override void MakeVc()
 {
     m_vc = new InterlinPrintVc(m_fdoCache);
 }
Exemplo n.º 2
0
		/// <summary>
		/// Pull this out into a separate method so InterlinPrintChild can make an InterlinPrintVc.
		/// </summary>
		protected override void MakeVc()
		{
			m_vc = new InterlinPrintVc(m_fdoCache);
		}