1
0
mirror of https://github.com/rudollee/HTMLParser.git synced 2025-06-07 16:06:09 +00:00
2017-05-08 21:40:38 +09:00

16 lines
333 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.SessionState;
namespace HTMLParser.Example
{
public class Global : System.Web.HttpApplication
{
protected void Application_Start(object sender, EventArgs e)
{
}
}
}