OnTopReplica/src/OnTopReplica/Platforms/WindowsEight.cs
Lorenz Cuno Klopfenstein a7774b6677 Code re-org
2018-04-10 18:52:40 +02:00

13 lines
229 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using OnTopReplica.Native;
namespace OnTopReplica.Platforms {
class WindowsEight : WindowsSeven {
}
}