Moves XNA 4 files for Github migration.
This commit is contained in:
15
Plan B Html Parser/Tokens/HtmlBrToken.cs
Normal file
15
Plan B Html Parser/Tokens/HtmlBrToken.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PlanB.Html.Tokens
|
||||
{
|
||||
internal class HtmlBrToken: HtmlToken
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return "<br/>";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user