SIL.FieldWorks.Discourse.NotifyChangeSpy.NotifyChangeSpy C# (CSharp) 메소드

NotifyChangeSpy() 공개 메소드

public NotifyChangeSpy ( ISilDataAccess sda ) : System
sda ISilDataAccess
리턴 System
		public NotifyChangeSpy(ISilDataAccess sda)
		{
			m_sda = sda;
			//m_sda.AddNotification(this);
		}