13 lines
193 B
C#
13 lines
193 B
C#
using System;
|
|
using System.Web.UI;
|
|
|
|
namespace Scripting
|
|
{
|
|
public partial class test : Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |