Ooui-tws-port/Ooui/Span.cs

13 lines
149 B
C#

using System;
namespace Ooui
{
public class Span : Element
{
public Span ()
: base ("span")
{
}
}
}