Ooui-tws-port/Ooui/Button.cs

9 lines
87 B
C#
Raw Normal View History

2017-06-12 19:09:09 +00:00
using System;
namespace Ooui
{
2017-06-13 07:03:01 +00:00
public class Button : FormControl
2017-06-12 19:09:09 +00:00
{
}
}