summaryrefslogtreecommitdiff
path: root/Project_Emerald/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project_Emerald/Form1.cs')
-rw-r--r--Project_Emerald/Form1.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project_Emerald/Form1.cs b/Project_Emerald/Form1.cs
index dc66341..d951f53 100644
--- a/Project_Emerald/Form1.cs
+++ b/Project_Emerald/Form1.cs
@@ -16,5 +16,10 @@ namespace Project_Emerald
{
InitializeComponent();
}
+
+ private void Form1_Load(object sender, EventArgs e)
+ {
+ MessageBox.Show("Welcome to a project that's currently working progress called Project: Emerald and PLEASE note that there's bugs in this!");
+ }
}
}