Files
01-Siyuan-MesProject/DataMirrorTools_Simulator/P_SignalViewer/Form1.cs
2026-05-29 10:07:05 +08:00

26 lines
457 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 P_SignalViewer
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}