Files
ATV_STDLabelAttach/Handler/Project_form2/Don't change it/Dialog/fTouchKey.cs
2025-07-17 16:11:46 +09:00

25 lines
443 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();
}
private void touchKeyCalc1_Load(object sender, EventArgs e)
{
}
}
}