Moves XNA 4 files for Github migration.
This commit is contained in:
15
Plan B Html Parser/Tokens/HtmlBeginSpanToken.cs
Normal file
15
Plan B Html Parser/Tokens/HtmlBeginSpanToken.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 HtmlBeginSpanToken: HtmlToken
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return "<span>";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user