SIL.FieldWorks.Common.RootSites.CollectorEnv.NoteDependency C# (CSharp) 메소드

NoteDependency() 공개 메소드

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
리턴 void
		public virtual void NoteDependency(int[] rghvo, int[] rgtag, int chvo)
		{
			if (m_baseEnv != null)
				m_baseEnv.NoteDependency(rghvo, rgtag, chvo);
		}