Files
myRoRo-UWP/myRoRo/Sync.cs
2018-06-21 18:18:04 +02:00

13 lines
168 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace myRoRo
{
class Sync
{
}
}