Hello,
Is it possible to navigate to another addin (entry point) from inside a different addin ?
If so i would like to know how.
EDIT: Found the solution
MediaCenterEnvironment.LaunchEntryPoint(AppGUID, EntryGUID, PARAM)
this is derived from your AddInHost instance
ex:
host.MediaCenterEnvironment.LaunchEntryPoint(new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"), new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx}"), null);
Thanks.
Xive.