Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
Forked from YoeriVD/dependency-injection-from-scratch
To prove a point how easy it is to write a dependency injection container
C# 1
-
-
542 contributions in the last year
Contribution activity
August 2020
Created a pull request in migueldeicaza/gui.cs that received 4 comments
- Fixes #844. The SelectionChanged action it's now working correctly.
- Fixes #844. If CanChooseDirectories is true the selected(s) folders should appear on the open text.
- Fixes #351. Added a horizontal display for RadioGroup.
- Providing a simple test for Fixes #740. Multi thread toplevels.
- Fixes #847. Since the timeout issue are fixed there is no need to use tokenSource.Cancel but just reset the eventReady.
- Fixes #644. Added a UICatalog Scenario for a dynamic menu bar.
- Fixes #844. Now selects the correct Directory.
- Fixes #842. A Toplevel must be created by Application.Init.
- Fixes #840. Learned that we shouldn't mixing mouse flags with other properties.