Files
Toolkit2/Toolkit.Foundation/UserInteractedEventArgs.cs
T
2024-07-18 21:45:15 +01:00

5 lines
89 B
C#

namespace Toolkit.Foundation;
public class UserInteractedEventArgs :
EventArgs;