You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
375 B

using System;
using OboutInc.EasyMenu_Pro;
public class cs_windowsxp : System.Web.UI.Page
{
protected System.Web.UI.WebControls.PlaceHolder placeHolder1;
protected EasyMenu EasyMenu1;
protected EasyMenu EasyMenu2;
private void Page_Load(object sender, System.EventArgs e)
{
if (!Page.IsPostBack)
{
EasyMenu1 = new EasyMenu();
EasyMenu1.ID = "EasyMenu1";