Add project files.

This commit is contained in:
Michel Fedde 2020-09-14 12:26:50 +02:00
parent f9aafdf6dc
commit f491325224
16 changed files with 601 additions and 0 deletions

15
SM_TEST/Program.cs Normal file
View file

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SM_TEST
{
class Program
{
static void Main(string[] args)
{
}
}
}