Files
MoonPro.net/MP-Tablet/WebUserControls/mod_footer.ascx.cs
T
2017-04-14 14:01:32 +02:00

12 lines
219 B
C#

using System;
namespace MoonProTablet.WebUserControls
{
public partial class mod_footer : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}