D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\WebControls\ComboBoxManager.cs
/*
* This file was generated by ProCG version 2.0
*
* File name: Northwind\WebControls\ComboBoxManager.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 do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
using System;
using System.Collections;
using System.Web.UI.WebControls;
using System.Data;
using Northwind.Data;
#if (USE_DATA_MANAGER_REMOTE)
using Northwind.DataManagementRemote;
#endif // if (USE_DATA_MANAGER_REMOTE)
//End ProCG Section 1_0_Using
namespace Northwind.WebControls
{
/// Summary description for ComboBoxManager.
public class ComboBoxManager : ComboBoxManagerBase
{
//ProCG Section 3_0_Body - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
public ComboBoxManager() :base()
{
}
public ComboBoxManager(DataManager dataManager)
:base(dataManager)
{
}
#if (USE_DATA_MANAGER_REMOTE)
public ComboBoxManager(DataManagerRemote dataManagerRemote)
:base(dataManagerRemote)
{
}
#endif // if (USE_DATA_MANAGER_REMOTE)
static public ComboBoxManager GetInstance()
{
if (m_ComboBoxManagerBase == null)
m_ComboBoxManagerBase = new ComboBoxManager();
return ((ComboBoxManager)m_ComboBoxManagerBase);
}
static public ComboBoxManager GetExistingInstance()
{
return ((ComboBoxManager)m_ComboBoxManagerBase);
}
//End ProCG Section 3_0_Body
//ProCG Section 999_0_EndOfClass - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
}
}
//End ProCG Section 999_0_EndOfClass
// 1938 ProCG uses this line - don't edit it