budnhead/org.budnhead/ui/events/UIEvent.cs

13 lines
101 B
C#
Raw Normal View History

using System;
namespace org.budnhead
{
public class UIEvent
{
public UIEvent()
{
}
}
}