diff --git a/Testing/TemplatedBinding/App.xaml.cs b/Testing/TemplatedBinding/App.xaml.cs new file mode 100644 --- /dev/null +++ b/Testing/TemplatedBinding/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace TemplatedBinding +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +}