]> O.S.I.I.S - jp/crow.git/commit
* GOLib.sln:
authorjpbruyere <jp.bruyere@hotmail.com>
Thu, 3 Sep 2015 10:48:04 +0000 (12:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 3 Sep 2015 10:48:04 +0000 (12:48 +0200)
commit6fd66d56dd5789eae345a517dc42f3488cf7aca6
treed8668c1870fa1cb91edac7d3d788aeed174a4c1f
parentfcfe9c2189fbbb00b0901b246e401b0f05413c7f
* GOLib.sln:
* GOLib.csproj:
* GOLIBTest_0.cs:
* GOLIBTest_fps.cs:
* ReflexionExtensions.cs:
* Label.cs:
* test4.goml:
* GenericStack.cs:
* PrivateContainer.cs:
* CompilerServices.cs:

* Tests.csproj:
* member.svg:
* GOLIBTest_TypeViewer.cs:
* tmpMembers.goml:
* testTypeViewer.goml: Type viewer

* Group.cs:
* Window.cs:
* GraphicObject.cs: set OnLayoutChanges to public

* Point.cs: Implement length
19 files changed:
GOLib.csproj
GOLib.sln
Images/Icons/member.svg [new file with mode: 0644]
Tests/GOLIBTest_0.cs
Tests/GOLIBTest_TypeViewer.cs
Tests/GOLIBTest_fps.cs
Tests/Interfaces/test4.goml
Tests/Interfaces/testTypeViewer.goml
Tests/Interfaces/tmpMembers.goml
Tests/Tests.csproj
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Window.cs
src/Point.cs
src/ReflexionExtensions.cs [new file with mode: 0644]