helpcenter/Web/App_Code/TextContainer.ascx.cs

14 lines
265 B
C#
Raw Permalink Normal View History

2016-08-29 13:51:20 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class UC_TextContainer : System.Web.UI.UserControl
{
public string Caption { get; set; }
}