12 lines
229 B
C#
12 lines
229 B
C#
|
using System;
|
|||
|
|
|||
|
namespace FineUIPro.Web.ThreeYearAction.SubcontractLeasing
|
|||
|
{
|
|||
|
public partial class Protocol : System.Web.UI.Page
|
|||
|
{
|
|||
|
protected void Page_Load(object sender, EventArgs e)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|