Files
vms2016_kadisp/cVMS.NET_CS/DocumentElement.cs
2024-11-26 20:15:16 +09:00

16 lines
245 B
C#

using System.Collections.Generic;
using System;
using System.Drawing;
using System.Diagnostics;
using System.Data;
using System.Collections;
using System.Windows.Forms;
namespace vmsnet
{
public partial class DocumentElement
{
}
}