using System; namespace TheXamlGuy.UI.WPF.Controls; public class CountdownCompletedEventArgs : EventArgs { }