feat: try to add state machine.
This commit is contained in:
14
src/Ursa/Controls/DateTimePicker/CalendarStateMachine.cs
Normal file
14
src/Ursa/Controls/DateTimePicker/CalendarStateMachine.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Ursa.Controls;
|
||||
|
||||
public class CalendarStateMachine
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public enum CalendarState
|
||||
{
|
||||
PreviewingStartDate,
|
||||
PreviewingEndDate,
|
||||
SelectingStartDate,
|
||||
SelectingEndDate,
|
||||
}
|
||||
Reference in New Issue
Block a user