feat: add year button implementation.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Avalonia.Interactivity;
|
||||
|
||||
namespace Ursa.Controls;
|
||||
|
||||
public class CalendarYearButtonEventArgs: RoutedEventArgs
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user