aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/AchievementScreen.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 23:27:37 -0400
committerlempamo <[email protected]>2017-07-21 23:27:37 -0400
commit845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (patch)
tree8d40f8bd46807e3b533fcf0c8f6c1bc0a4a30470 /TimeHACK.Main/AchievementScreen.cs
parent7c55b52ced5d2a571a07165ef628281b14bbf1e3 (diff)
downloadhistacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.gz
histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.bz2
histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.zip
upcoming achievements :smiley:
Diffstat (limited to 'TimeHACK.Main/AchievementScreen.cs')
-rw-r--r--TimeHACK.Main/AchievementScreen.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/TimeHACK.Main/AchievementScreen.cs b/TimeHACK.Main/AchievementScreen.cs
new file mode 100644
index 0000000..37fa68b
--- /dev/null
+++ b/TimeHACK.Main/AchievementScreen.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace TimeHACK
+{
+ public partial class AchievementScreen : Form
+ {
+ public AchievementScreen()
+ {
+ InitializeComponent();
+ }
+ }
+}