11 lines
178 B
C#

namespace MedicalView.Patients
{
public partial class FormPatient : Form
{
public FormPatient()
{
InitializeComponent();
}
}
}