This website requires JavaScript.
Explore
Help
Register
Sign In
foldcc
/
XCharts
Watch
1
Star
0
Fork
0
You've already forked XCharts
mirror of
https://github.com/XCharts-Team/XCharts.git
synced
2026-05-16 05:10:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e6df4ea73a34d4bf05e21525f36b707de3d6fe51
XCharts
/
Scripts
/
UI
/
Interface
/
IPropertyChanged.cs
9 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
整理代码
2019-06-21 09:34:33 +08:00
namespace
XCharts
0.2版本,重构代码,增加Editor
2019-05-11 04:33:54 +08:00
{
public
interface
IPropertyChanged
{
void
OnChanged
(
)
;
}
}
Reference in New Issue
Copy Permalink