<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="VideoSWXML.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.JWPlayer.Service.VideoSWXML" %> <% for (var i = 0; i <= this.ListVideoSW.Count - 1; i++) { var item = this.ListVideoSW[i]; %> <%= CreateInstance.VideoSWDao.FormatSW(item.SW) %> <%= item.Seconds %> <% if (i != this.ListVideoSW.Count - 1) { var next = this.ListVideoSW[i + 1]; %><%= next.Seconds - item.Seconds%><% } %> <% } %>