Files
PR_PRM_GUI/LFP_Manager_PRM/Forms/fmxHistorycs.cs
2026-02-11 10:10:43 +09:00

20 lines
418 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace LFP_Manager.Forms
{
public partial class fmxHistorycs : DevExpress.XtraEditors.XtraForm
{
public fmxHistorycs()
{
InitializeComponent();
}
}
}