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

AddLazyItems() 공개 메소드

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
리턴 void
		public void AddLazyItems(int[] _rghvo, int chvo, IVwViewConstructor _vwvc, int frag)
		{
			throw new NotImplementedException("AddLazyItems is not yet implemented");
		}