codemill.vmfirstnav
codemill.vmfirstnav copied to clipboard
Show/Hide property/function for master detail pages?
trafficstars
Add something along the lines of:
public interface INavigationService
{
void ShowMasterPage();
void HideMasterPage();
//...
}