How To : Create Navigation Panel in WPF

Naimishforu
Posted by Naimishforu under WPF category on | Points: 40 | Views : 6322
Change the below in APPPLICATION.XAML code :

<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Page1.xaml" >
<Application.Resources>

</Application.Resources>
</Application>

Comments or Responses

Login to post response