/******************************************/ /* */ /* Copyright (c) 2018 monitor1394 */ /* https://github.com/monitor1394 */ /* */ /******************************************/ namespace XCharts { /// /// 从json导入数据接口 /// public interface IJsonData { void ParseJsonData(string json); } }