You can set the default Application and Module that shows in the Navigator by adding the highlighted code to the am_loadSystem Method in Browser.xaml.cs  

 

public override void am_LoadSystem(int SystemNumber)
        {
            ap_StartUpApplicationNumber = 1;
            ap_StartUpModuleNumber = 2;

            base.am_LoadSystem(SystemNumber);
        }