From 08596d2f00ca27a58f96e1b2808107291f31cbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9?= <50486086+DarkCat09@users.noreply.github.com> Date: Mon, 8 Feb 2021 18:39:00 +0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6959dec..9d26d47 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# RecurseWinFormsTest \ No newline at end of file +# RecurseWinFormsTest +A repository with my "recurse" projects. Have fun! +## Recurse Buttons +Click on a button and it will create one more! +![Screenshot](https://i.ibb.co/3B35ZDS/1.png) +## 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). + - 0 = program closes, when you press "Close" (red button with cross) in a small window (Width < 250). + - 1 = use `taskkill.exe` to close the program. + - 2 = automated creating new forms, can break your system; use `taskkill.exe` to close the program. +![Screenshot](https://i.ibb.co/F4RcCnT/2.png)