This website requires JavaScript.
Explore
Help
Sign In
tesses50
/
Ooui-tws-port
Watch
1
Star
0
Fork
You've already forked Ooui-tws-port
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30af34108d
Ooui-tws-port
/
Ooui
/
Div.cs
13 lines
146 B
C#
Raw
Normal View
History
Unescape
Escape
Add TextContent
2017-06-13 07:51:24 +00:00
using
System
;
namespace
Ooui
{
public
class
Div
:
Element
{
Remove Mapping class
2017-06-15 06:20:51 +00:00
public
Div
(
)
:
base
(
"div"
)
{
}
Add TextContent
2017-06-13 07:51:24 +00:00
}
}