|
@@ -0,0 +1,9 @@
|
|
|
+<UserControl x:Class="PDF_Office.Views.Dialog.HomePageToolsDialogs.HomePagePrinter.HomePagePrinterDocumentContent"
|
|
|
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
+ xmlns:prism="http://prismlibrary.com/"
|
|
|
+ prism:ViewModelLocator.AutoWireViewModel="True">
|
|
|
+ <Grid Height="476" Width="269" Background="DarkCyan">
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+</UserControl>
|