# HG changeset patch # User adminsh@apollo # Date 1333029644 -3600 # Node ID 3783cb9b371ff01ae02a510ab93fdf78a20c1660 # Parent c8c79f05d76f8a481bac3005aa85263bfb307451 Working version diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/Libs/AxInterop.AcroPDFLib.dll Binary file PdfViewAndPrint/Libs/AxInterop.AcroPDFLib.dll has changed diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/PdfViewAndPrint.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PdfViewAndPrint/PdfViewAndPrint.sln Thu Mar 29 15:00:44 2012 +0100 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfViewAndPrint", "PdfViewAndPrint\PdfViewAndPrint.csproj", "{1339C473-6A53-443A-9B7C-E805F639A367}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1339C473-6A53-443A-9B7C-E805F639A367}.Debug|x86.ActiveCfg = Debug|x86 + {1339C473-6A53-443A-9B7C-E805F639A367}.Debug|x86.Build.0 = Debug|x86 + {1339C473-6A53-443A-9B7C-E805F639A367}.Release|x86.ActiveCfg = Release|x86 + {1339C473-6A53-443A-9B7C-E805F639A367}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/PdfViewAndPrint/App.xaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PdfViewAndPrint/PdfViewAndPrint/App.xaml Thu Mar 29 15:00:44 2012 +0100 @@ -0,0 +1,8 @@ + + + + + diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/PdfViewAndPrint/App.xaml.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PdfViewAndPrint/PdfViewAndPrint/App.xaml.cs Thu Mar 29 15:00:44 2012 +0100 @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Windows; + +namespace PdfViewAndPrint +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/PdfViewAndPrint/FTSE_INDEX_LINKED_ETFs.pdf Binary file PdfViewAndPrint/PdfViewAndPrint/FTSE_INDEX_LINKED_ETFs.pdf has changed diff -r c8c79f05d76f -r 3783cb9b371f PdfViewAndPrint/PdfViewAndPrint/MainWindow.xaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PdfViewAndPrint/PdfViewAndPrint/MainWindow.xaml Thu Mar 29 15:00:44 2012 +0100 @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + +