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

21 lines
379 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 vmsnet
{
public partial class fPleaseWait : Form
{
public fPleaseWait()
{
InitializeComponent();
}
}
}