Example #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public BackVisualElement(BackVisualElement other)
     : base(other)
 {
     Round = other.Round;
 }
Example #2
0
				/// <summary>
				/// Copy constructor
				/// </summary>
				/// <param name="other"></param>
				public BackVisualElement(BackVisualElement other)
					: base(other)
				{
					Round = other.Round;
				}