helpcenter/helpcenter.r7-office.ru/Web/App_Code/TextContainer.ascx.cs

14 lines
252 B
C#

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; }
}