Files
JP_KDDI_LFPS_48100/LFP_Manager/Controls/ucModuleMainA.cs
2025-12-19 13:59:34 +09:00

22 lines
461 B
C#

using DevExpress.XtraEditors;
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 LFP_Manager.Controls
{
public partial class ucModuleMainA : DevExpress.XtraEditors.XtraUserControl
{
public ucModuleMainA()
{
InitializeComponent();
}
}
}