%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayOnline" %>
在线人数
<%
if (this.ListApplicationUserOnline != null
&& this.ListApplicationUserOnline.Count > 0)
{
foreach (var item in this.ListApplicationUserOnline)
{
%>
-
<%= item.ParentUser.TrueName %>[<%= item.ParentUser.UserName %>]
<%= item.FirstTime %>
<%
}
}
%>