aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95SaveAs.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-23 16:22:32 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-23 16:22:32 +0100
commit110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 (patch)
tree96f88795cdc73417b49abe1f77bce94b6731005b /TimeHACK.Main/OS/Win95/Win95SaveAs.cs
parentc3ad5be7444664be6a1f7ba023067eb32cb5d231 (diff)
downloadhistacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.gz
histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.bz2
histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.zip
Realistic Desktop is finished!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95SaveAs.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95SaveAs.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.cs b/TimeHACK.Main/OS/Win95/Win95SaveAs.cs
deleted file mode 100644
index 96469e4..0000000
--- a/TimeHACK.Main/OS/Win95/Win95SaveAs.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-{
- public partial class Win95SaveAs : UserControl
- {
- public Win95SaveAs()
- {
- InitializeComponent();
- }
- }
-}