D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\WebControls\WCC.cs
/*
* This file was generated by ProCG version 2.0
*
* File name: Northwind\WebControls\WCC.cs
* Language: C# - ADO.Net
* Database: My Sql
*
* Copyright (c) 2002-2019 iGenXSoft.
* For more information visit http://www.igenxsoft.com
*/
//ProCG Section 1_0_Using - Please don't edit inside the section
using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using Northwind.Data;
//End ProCG Section 1_0_Using
namespace Northwind.WebControls
{
/// <summary>
/// Summary description for NorthwindWCC.
/// </summary>
public abstract class NorthwindWCC : NorthwindWCCBase
{
//ProCG Section 3_0_Body - Please don't edit inside the section
public NorthwindWCC() : base()
{
}
//End ProCG Section 3_0_Body
//ProCG Section 999_0_EndOfClass - Please don't edit inside the section
}
}
//End ProCG Section 999_0_EndOfClass
// 971 ProCG uses this line - don't edit it