Files
GPW/GPW_Admin/chLang.aspx.cs
2022-02-03 07:32:10 +01:00

15 lines
250 B
C#

using System;
namespace GPW_Admin
{
public partial class chLang : BasePage
{
#region Protected Methods
protected void Page_Load(object sender, EventArgs e)
{
}
#endregion Protected Methods
}
}