﻿using System;
using Composite.Functions;

public partial class C1Function : Composite.AspNet.UserControlFunction
{
    public override string FunctionDescription
    {
        get 
        { 
            return "A demo function that executes the Distributed Menu function."; 
        }
    }

    protected void Page_Load(object sender, EventArgs e)
    {

    }
}