23 lines
418 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |