I have to resolve problem which in simple way could be like:
- GUI app with Buttons start/stop (start/stop starts/stops the threads) and multiline textbox
- 2 independent threads which do: THREAD A (Separated calss): runs in loop and generates random numbers in interval 1..20 with 150ms delay. When is generated odd number, then is sent to mainform where is received multiplied by 100 and result added to the textbox on form. Please, any help, simple code or whatever - or link where to study how to write it, I'm totally newbie in C#