diff --git a/PenPaperMain/App.xaml b/PenPaperMain/App.xaml new file mode 100644 index 0000000..c1da91b --- /dev/null +++ b/PenPaperMain/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PenPaperMain/App.xaml.cs b/PenPaperMain/App.xaml.cs new file mode 100644 index 0000000..f6b7e18 --- /dev/null +++ b/PenPaperMain/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Pen_Paper_Main +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +}