Blockstyler dialog within Blockstyler dialog?

Hi everyone,

Does anyone know if you can/how to launch a blockstyler UI (for example a search box or a set of buttons) from inside another blockstyler? The second UI would have to be able to return values from itself to the first UI.

Thanks,
Nick

Please follow the below steps:
1)First add the two CS file generated automatically for each UI, to your project
2)You can just change the name of the main method of the second UI file(CS)
3)Now call the renamed main function from any of the button call backs from the first cs file.