2025-11-28 00:35:46 +09:00

23 lines
418 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace TIPAutoClaims
{
public partial class ShowEvents : Form
{
public ShowEvents()
{
InitializeComponent();
}
private void ShowEvents_Load(object sender, EventArgs e)
{
}
}
}