Added SampleApps/ProjectionDemo

This commit is contained in:
ClemensF 2020-03-25 16:13:50 +01:00
parent e3332e44d4
commit d603ac7e72
6 changed files with 240 additions and 0 deletions

View file

@ -0,0 +1,8 @@
using System.Windows;
namespace ProjectionDemo
{
public partial class App : Application
{
}
}