mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace XCharts
|
|
{
|
|
public interface IJsonData
|
|
{
|
|
void ParseJsonData(string json);
|
|
}
|
|
} |