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) { } }