CompressWindow.xaml 422 B

123456789
  1. <UserControl x:Class="PDF_Office.Views.Dialog.CompressDialog"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:prism="http://prismlibrary.com/"
  5. prism:ViewModelLocator.AutoWireViewModel="True">
  6. <Grid>
  7. <TextBlock Text="Hello"></TextBlock>
  8. </Grid>
  9. </UserControl>