Source
The following code is the source for file
/Company/Services/Default.aspx.cs. The code is provided
under the GPLv2 and a commercial license.
For more information about our source code please visit our
Open Source page.
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
public partial class Company_Services_Default : SkeletonPage
{
//-------------------------------------------------------------------------------------------
protected void Page_Load(object sender, EventArgs e)
{
IsPublic = true;
}
//-------------------------------------------------------------------------------------------
}