Files
MoonPro.net/MP-MAG/WebUserControls/cmp_currODL.ascx.cs
T
2021-01-12 19:42:01 +01:00

20 lines
400 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MP_MAG.WebUserControls
{
public partial class cmp_currODL : BaseUserControl
{
#region Protected Methods
protected void Page_Load(object sender, EventArgs e)
{
}
#endregion Protected Methods
}
}