Hi Alex,
As Linvi mentioned, to start a simple Prism application you only need to override a couple of methods in your Bootstrapper class and configure the application accordingly. You can find a sample of this in the Hello World Quickstart, which you might find useful as a starting point.
Also, you can create a Prism application without requiring using modules. In such case all the components will be contained in your main application project or in class libraries directly referenced by it.
Regards,
Damian Cherubini
http://blogs.southworks.net/dcherubini
As Linvi mentioned, to start a simple Prism application you only need to override a couple of methods in your Bootstrapper class and configure the application accordingly. You can find a sample of this in the Hello World Quickstart, which you might find useful as a starting point.
Also, you can create a Prism application without requiring using modules. In such case all the components will be contained in your main application project or in class libraries directly referenced by it.
Regards,
Damian Cherubini
http://blogs.southworks.net/dcherubini