Source


The following code is the source for file /About/Trademarks.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.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class About_Trademarks : SkeletonPage
{
     protected void Page_Load(object sender, EventArgs e)
     {
          IsPublic = true;
     }
}