Beispiel #1
0
 /// <summary>
 /// Can be overridden to implement child registration.
 /// Default implementation throws <see cref="System.NotImplementedException"/>
 /// </summary>
 protected virtual void RegisterChild(DataBinding child)
 {
     throw new System.NotImplementedException();
 }