A repository with my "recurse" projects
RecurseButtonsTest | ||
RecurseWindowTest | ||
README.md | ||
RecurseButtonsTest.sln | ||
RecurseWindowTest.sln |
RecurseWinFormsTest
A repository with my "recurse" projects. Have fun!
Recurse Buttons
Click on a button and it will create one more!
Recurse Windows
Click on the picture and it will create a new same smaller window.
You can change mode in code: Program.cs > static void Main()
> change the second parameter in constructor call (new Form1(1, 0)
, change 0 to other mode).