Add project files.

This commit is contained in:
2018-06-21 18:18:04 +02:00
parent 017735cabb
commit 5695d2aa2c
62 changed files with 1645 additions and 0 deletions

12
myRoRo/Sync.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace myRoRo
{
class Sync
{
}
}