Ejemplo n.º 1
0
 /// <summary>
 /// Must be called by the repository logic to signal that the new value is available in the repository.
 /// </summary>
 public void OnNewValue()
 {
     PropertyChanged.RaiseHandler <bool>(true, ref b_NewValue, m_VariableName, this);
 }