helpcenter/Web/App_Code/VideoConteiner.ascx.cs

19 lines
414 B
C#
Raw 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_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)
{
}
}