Files
C.TRACK/C-TRACK/WebUserControls/cmp_contact.ascx.cs
T
2019-10-04 18:28:43 +02:00

17 lines
321 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace C_TRACK.WebUserControls
{
public partial class cmp_contact : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}