Shell.xaml 446 B

12345678910
  1. <Window x:Class="Editor.Shell"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:cal="http://www.codeplex.com/CompositeWPF"
  5. xmlns:prism="http://www.codeplex.com/prism"
  6. Title="Editor" Height="600" Width="800" WindowStartupLocation="CenterScreen">
  7. <Grid>
  8. <ItemsControl Name="mainRegion" prism:RegionManager.RegionName="MainRegion"/>
  9. </Grid>
  10. </Window>