SIL.FieldWorks.Discourse.NotifyChangeSpy.NotifyChangeSpy C# (CSharp) Méthode

NotifyChangeSpy() public méthode

public NotifyChangeSpy ( ISilDataAccess sda ) : System
sda ISilDataAccess
Résultat System
		public NotifyChangeSpy(ISilDataAccess sda)
		{
			m_sda = sda;
			//m_sda.AddNotification(this);
		}