helpcenter/Web/App_Code/TextContainer.ascx.cs
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

14 lines
265 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; }
}