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

AddLazyVecItems() 공개 메소드

For our purpose, laziness is not relevant. Equivalent to the non-lazy version.
public AddLazyVecItems ( int tag, IVwViewConstructor vc, int frag ) : void
tag int
vc IVwViewConstructor
frag int
리턴 void
		public void AddLazyVecItems(int tag, IVwViewConstructor vc, int frag)
		{
			AddObjVecItems(tag, vc, frag);
		}