Files
2020-09-14 21:56:39 +02:00

18 lines
355 B
C#

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