Files
GPW/GPW_Barcode/About.aspx.cs
T
2016-12-14 17:41:59 +01:00

17 lines
300 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace GPW_Barcode
{
public partial class About : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}