using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; namespace Tango.FSE.Common.Controls { public class ProgressRingDouble : ProgressRing { static ProgressRingDouble() { DefaultStyleKeyProperty.OverrideMetadata(typeof(ProgressRingDouble), new FrameworkPropertyMetadata(typeof(ProgressRingDouble))); } } }