摘要:
#region 同步单位void SyncUnit() { ProgressContent = "正在同步单位..."; var query = Context.GetUnitsQuery().Where(p => p.ShopUniqueId == App.CurrentShop.UniqueId); Context.Load(query, LoadUnitCallback, ... 阅读全文
posted @ 2011-12-24 01:56
紫色永恒
阅读(797)
评论(0)
推荐(0)