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

19 lines
396 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_VideoConteiner : System.Web.UI.UserControl
{
public string ID { get; set; }
public string Url { get; set; }
public string Capture { get; set; }
protected void Page_Load(object sender, EventArgs e)
{
}
}