]> O.S.I.I.S - jp/crow.git/commit
remove old ResolveBinding call, remove IBindable, DataSourceChanged event
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 4 Nov 2016 07:56:28 +0000 (08:56 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 5 Nov 2016 08:16:31 +0000 (09:16 +0100)
commit3b6b63a38796fc2d14cfebeb9b10ca159c2cbccf
tree889991e0818a95b859e8602bd639f756d2e8aa42
parent398b399174b0863ca8aee792cd6b42dd3dd27bb3
remove old ResolveBinding call, remove IBindable, DataSourceChanged event
19 files changed:
Crow.csproj
Tests/Interfaces/Divers/welcome.crow
src/CompilerServices/Bindings.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/DataSourceChangeEventArgs.cs [new file with mode: 0644]
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/IBindable.cs [deleted file]
src/GraphicObjects/Label.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TemplatedGroup.cs
src/GraphicObjects/Window.cs
src/IMLReader.cs
src/Interface.cs