Files
ENIG/HMI/Project/Dialog/fTouchKey.cs
ChiKyun Kim 58ca67150d 파일정리
2026-01-29 14:03:17 +09:00

20 lines
353 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();
}
}
}