拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace EasyChart
|
||||
{
|
||||
internal interface IChartModule
|
||||
{
|
||||
void Bind(ChartElement owner, ChartKernel kernel);
|
||||
void Unbind();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user