OnTopReplica/OnTopReplica/Platforms/WindowsEight.cs
Lorenz Cuno Klopfenstein 53c45bdcbc Updated WindowsFormsAero library.
Fixed Windows 8 compatibility (Aero Peek fixed).
2012-11-27 01:57:34 +01:00

13 lines
241 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 {
}
}