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