]> O.S.I.I.S - jp/crow.git/commit
Simple bindings
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 18 May 2015 16:13:48 +0000 (18:13 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 18 May 2015 16:13:48 +0000 (18:13 +0200)
commitfd19c1fd6960faf9b7131a4dfade4bba95abcf81
tree59653a3db212e877aa125884e85e11333bc474cd
parent2a48f25993b48535eb84f0e83e4dd7c064ed6e49
Simple bindings
demonstration in testFps
23 files changed:
GOLib.csproj
GOLib.sln
Images/Icons/updown.svg [new file with mode: 0644]
Tests/GOLIBTest_1.cs
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_fps.cs
Tests/IValueChange.cs [new file with mode: 0644]
Tests/Interfaces/fps.goml
Tests/Interfaces/log.xml [new file with mode: 0755]
Tests/Tests.csproj
src/CompilerServices/CompilerServices.cs
src/DynAttribute.cs [new file with mode: 0755]
src/EventSource.cs [deleted file]
src/GraphicObjects/Checkbox.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/IValueChange.cs [new file with mode: 0644]
src/GraphicObjects/Image.cs
src/GraphicObjects/NumericControl.cs
src/GraphicObjects/Spinner.cs [new file with mode: 0644]
src/GraphicObjects/TextBox.cs
src/Interface.cs
src/TextChangeEventArgs.cs