leomon da9ac67e4f 麻醉记录单背面滚动条问题
术中加药常用剂量维护
上线功能测试调整
2022-11-11 00:17:41 +08:00

20 lines
350 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DrawGraphManagement
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}