Ooui-tws-port/Ooui/Button.cs

9 lines
91 B
C#
Raw Normal View History

2017-06-12 18:45:24 +00:00
using System;
namespace Ooui
{
public class Button : Element
{
}
}