Upload to server
uploading
This commit is contained in:
15
patientman/PatientMan/BasicsControls/frmGround.cs
Normal file
15
patientman/PatientMan/BasicsControls/frmGround.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PatientMan.BasicForms
|
||||
{
|
||||
public partial class frmGround : Form
|
||||
{
|
||||
public frmGround()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user