StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_PatientTreatmentProces...

12 lines
254 B
C#

using DevExpress.XtraEditors;
namespace HL_FristAidPlatform_Apoplexy
{
public partial class Form_PatientTreatmentProcess : XtraForm
{
public Form_PatientTreatmentProcess()
{
InitializeComponent();
}
}
}