Files
C.TRACK/C-TRACK/WebUserControls/mod_postMulti.ascx.cs
T
2019-08-13 09:26:13 +02:00

17 lines
323 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 mod_postMulti : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}