12 lines
209 B
C#
12 lines
209 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Web.Controls.ClientJs
|
||
|
|
{
|
||
|
|
public partial class ClientJs : System.Web.UI.UserControl
|
||
|
|
{
|
||
|
|
protected void Page_Load(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|