aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-05-01 10:19:09 +0100
committerGitHub <[email protected]>2017-05-01 10:19:09 +0100
commit33373a873ffb0717cb153b5613514fe4478a0ec1 (patch)
treea27d8aa1874c65fa7c72e9e330d04db6f0af6963 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs
parent93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (diff)
parent0a7c2d4dc020b58dacf1d0cf50403d101f176d72 (diff)
downloadhistacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.gz
histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.bz2
histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.zip
Merge pull request #58 from Alex-TIMEHACK/master
Finished my taskbar!!!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.cs
new file mode 100644
index 0000000..3934fa7
--- /dev/null
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicAddressBook.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 TimeHACK.OS.Win95.Win95Apps
+{
+ public partial class WinClassicAddressBook : UserControl
+ {
+ public WinClassicAddressBook()
+ {
+ InitializeComponent();
+ }
+ }
+}