SIL.FieldWorks.Common.RootSites.CollectorEnv.NoteDependency C# (CSharp) Method

NoteDependency() public method

If we're capturing a test on top of a real VwEnv, pass the information on so things will regenerate properly.
public NoteDependency ( int rghvo, int rgtag, int chvo ) : void
rghvo int _rghvo
rgtag int _rgtag
chvo int chvo
return void
		public virtual void NoteDependency(int[] rghvo, int[] rgtag, int chvo)
		{
			if (m_baseEnv != null)
				m_baseEnv.NoteDependency(rghvo, rgtag, chvo);
		}