diff --git a/Printing-Examples/How to configure printersettings/Printersettings.slnx b/Printing-Examples/How to configure printersettings/Printersettings.slnx new file mode 100644 index 0000000..12ff5e2 --- /dev/null +++ b/Printing-Examples/How to configure printersettings/Printersettings.slnx @@ -0,0 +1,3 @@ + + + diff --git a/Printing-Examples/How to configure printersettings/Printersettings/App.xaml b/Printing-Examples/How to configure printersettings/Printersettings/App.xaml new file mode 100644 index 0000000..25a8714 --- /dev/null +++ b/Printing-Examples/How to configure printersettings/Printersettings/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Printing-Examples/How to configure printersettings/Printersettings/App.xaml.cs b/Printing-Examples/How to configure printersettings/Printersettings/App.xaml.cs new file mode 100644 index 0000000..d893b44 --- /dev/null +++ b/Printing-Examples/How to configure printersettings/Printersettings/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Printersettings +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Printing-Examples/How to configure printersettings/Printersettings/AssemblyInfo.cs b/Printing-Examples/How to configure printersettings/Printersettings/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/Printing-Examples/How to configure printersettings/Printersettings/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/Printing-Examples/How to configure printersettings/Printersettings/MainWindow.xaml b/Printing-Examples/How to configure printersettings/Printersettings/MainWindow.xaml new file mode 100644 index 0000000..4e4b6bc --- /dev/null +++ b/Printing-Examples/How to configure printersettings/Printersettings/MainWindow.xaml @@ -0,0 +1,13 @@ + + +