From 405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 20 May 2017 16:23:14 -0400 Subject: Doing basic stuff --- Project_Emerald/Form1.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Project_Emerald/Form1.cs') 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!"); + } } } -- cgit v1.2.3