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

AddLazyItems() public method

Rarely if ever used.
public AddLazyItems ( int _rghvo, int chvo, IVwViewConstructor _vwvc, int frag ) : void
_rghvo int _rghvo
chvo int chvo
_vwvc IVwViewConstructor _vwvc
frag int frag
return void
		public void AddLazyItems(int[] _rghvo, int chvo, IVwViewConstructor _vwvc, int frag)
		{
			throw new NotImplementedException("AddLazyItems is not yet implemented");
		}