4 changed files with 4 additions and 52 deletions
@ -1,18 +0,0 @@ |
|||
// -----------------------------------------------------------------------
|
|||
// <copyright file="ReadOnlyPerspexProperty.cs" company="Steven Kirk">
|
|||
// Copyright 2014 MIT Licence. See licence.md for more information.
|
|||
// </copyright>
|
|||
// -----------------------------------------------------------------------
|
|||
|
|||
namespace Perspex |
|||
{ |
|||
public class ReadOnlyPerspexProperty<T> |
|||
{ |
|||
public ReadOnlyPerspexProperty(PerspexProperty property) |
|||
{ |
|||
this.Property = property; |
|||
} |
|||
|
|||
internal PerspexProperty Property { get; private set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue