Add project files.

This commit is contained in:
olu.ameye
2019-04-11 14:02:54 -04:00
parent 7e8244d59b
commit d2da8a8bd5
15 changed files with 621 additions and 0 deletions
+20
View File
@@ -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 MERMS_Provider
{
public partial class merms_start : Form
{
public merms_start()
{
InitializeComponent();
}
}
}