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

19 lines
414 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)
{
}
}