9 lines
113 B
C#
9 lines
113 B
C#
using System;
|
|
|
|
namespace TheXamlGuy.UI.WPF.Controls;
|
|
|
|
public class CountdownStartedEventArgs : EventArgs
|
|
{
|
|
|
|
}
|