Shell.xaml 324 B

123456789
  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. Title="Editor" Height="600" Width="800" WindowStartupLocation="CenterScreen">
  6. <Grid>
  7. </Grid>
  8. </Window>