StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_FlowChart.cs

13 lines
242 B
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
using System.Windows.Forms;
namespace HL_FristAidPlatform_ChestPain
{
public partial class Form_ChestPain_FlowChart : Form
{
public Form_ChestPain_FlowChart()
{
InitializeComponent();
}
}
}