mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
9 lines
102 B
C#
9 lines
102 B
C#
namespace XCharts
|
|
{
|
|
public interface IPropertyChanged
|
|
{
|
|
void OnChanged();
|
|
}
|
|
}
|
|
|