Hi,
I want to implement a generic screen navigation method to switch from one screen to another screen.
So for that I've created one class A to get the screen class name to be switched as a Core::Group property.
Also I've created one more class B, inside of which I've added one method, and giving the screen class name as argument of Core::Group type.
So it'll become more generic when I can able to give the screen class name alone as a property to the newly created method, by just calling the SwitchToDialog method with screen class name as a property.