Exemplo n.º 1
0
        /// <inheritdoc />
        /// <summary>
        /// </summary>
        /// <param name="item"></param>
        protected override void SetOwner(StyleModel item)
        {
            SentinelHelper.ArgumentNull(item);

            item.SetOwner(this);
        }
Exemplo n.º 2
0
 public BordersModel(StyleModel parent) : base(parent)
 {
 }