fleet-contractor/Site/AssetView/AssetTimeline.aspx.cs
2023-04-28 12:22:26 +08:00

16 lines
365 B
C#

using IronIntel.Contractor;
using IronIntel.Contractor.Site;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class AssetView_AssetTimeline : ContractorBasePage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}