Files
ENIG/Cs_HMI/Project/Dialog/fTouchKey.cs
2025-01-07 16:08:02 +09:00

20 lines
372 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 Project.Dialog
{
public partial class fTouchKey : Form
{
public fTouchKey()
{
InitializeComponent();
}
}
}