diff --git a/Annotations/Stamp_blur_Solution/App.xaml b/Annotations/Stamp_blur_Solution/App.xaml new file mode 100644 index 0000000..e5d8b71 --- /dev/null +++ b/Annotations/Stamp_blur_Solution/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Annotations/Stamp_blur_Solution/App.xaml.cs b/Annotations/Stamp_blur_Solution/App.xaml.cs new file mode 100644 index 0000000..42911be --- /dev/null +++ b/Annotations/Stamp_blur_Solution/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Stamp_blur_Solution +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Annotations/Stamp_blur_Solution/AssemblyInfo.cs b/Annotations/Stamp_blur_Solution/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/Annotations/Stamp_blur_Solution/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/Annotations/Stamp_blur_Solution/Data/Input.pdf b/Annotations/Stamp_blur_Solution/Data/Input.pdf new file mode 100644 index 0000000..8773442 Binary files /dev/null and b/Annotations/Stamp_blur_Solution/Data/Input.pdf differ diff --git a/Annotations/Stamp_blur_Solution/MainWindow.xaml b/Annotations/Stamp_blur_Solution/MainWindow.xaml new file mode 100644 index 0000000..f36e7ca --- /dev/null +++ b/Annotations/Stamp_blur_Solution/MainWindow.xaml @@ -0,0 +1,17 @@ + + + + + + +