StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_FlowChart.cs

13 lines
242 B
C#

using System.Windows.Forms;
namespace HL_FristAidPlatform_ChestPain
{
public partial class Form_ChestPain_FlowChart : Form
{
public Form_ChestPain_FlowChart()
{
InitializeComponent();
}
}
}