codemill.vmfirstnav icon indicating copy to clipboard operation
codemill.vmfirstnav copied to clipboard

Show/Hide property/function for master detail pages?

Open codemillmatt opened this issue 8 years ago • 0 comments
trafficstars

Add something along the lines of:

   public interface INavigationService
    {
        void ShowMasterPage();
        void HideMasterPage();
        
        //...
    }

codemillmatt avatar Jul 01 '17 10:07 codemillmatt