Files
ATV_STDLabelAttach/Handler/CapCleaningControl/fTestControl.cs
2025-07-17 16:11:46 +09:00

21 lines
348 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 UIControl
{
public partial class fTestControl : Form
{
public fTestControl()
{
InitializeComponent();
}
}
}