DocumentViewer.xaml 324 B

12345678
  1. <UserControl x:Class="Core.Mes.Client.Comm.WPF.DocumentViewer"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Height="300" Width="300">
  5. <Grid>
  6. <DocumentViewer Margin="0" Name="documentViewer1" />
  7. </Grid>
  8. </UserControl>