ucMainControlPage.xaml 593 B

123456789101112131415
  1. <UserControl
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:local="clr-namespace:Bellwether"
  6. xmlns:local1="clr-namespace:Bellwether.Pages"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. d:DesignHeight="450"
  9. d:DesignWidth="800"
  10. mc:Ignorable="d"
  11. x:Class="Bellwether.ucMainControlPage">
  12. <Viewbox x:Name="uxMainContainter">
  13. <local1:ucFrontPage />
  14. </Viewbox>
  15. </UserControl>