Files
LaserFlashTesterControl_jia…/测试Scottplot/FRM2.cs
2026-01-16 19:25:21 +08:00

21 lines
374 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.Threading.Tasks;
using System.Windows.Forms;
namespace Scottplot
{
public partial class FRM2 : Form
{
public FRM2()
{
InitializeComponent();
}
}
}