SIL.FieldWorks.CacheLight.RealDataCache.AddNotification C# (CSharp) Method

AddNotification() public method

Member AddNotification
public AddNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange _nchng
return void
		public void AddNotification(IVwNotifyChange _nchng)
		{
			CheckDisposed();
			// No-op
		}