11 lines
178 B
C#
Raw Normal View History

2024-05-15 13:24:45 +04:00
namespace MedicalView.Patients
{
public partial class FormPatient : Form
{
public FormPatient()
{
InitializeComponent();
}
}
}