From 718fc7c680c17508b9d97cc92e8a3632cb999bb7 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 15 Oct 2017 00:45:50 -0400 Subject: the hype is real, folks --- .../OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs') diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs new file mode 100644 index 0000000..62c055b --- /dev/null +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Histacom2.OS.Win98.Win98Apps +{ + public partial class WinClassicTimeDistorter2 : UserControl + { + public WinClassicTimeDistorter2() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3