Cosmos/source/Cosmos.Build.Windows/ViewSourceWindow.xaml
2008-04-23 02:22:37 +00:00

8 lines
369 B
XML

<Window x:Class="Cosmos.Build.Windows.ViewSourceWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="View Source" Height="500" Width="500">
<DockPanel LastChildFill="True">
<FlowDocumentScrollViewer Name="fdsvSource" />
</DockPanel>
</Window>