VM0AV-UI/VM0AV2024-UI/RegistrationReminder.cs

21 lines
420 B
C#
Raw Permalink Normal View History

2024-06-02 02:44:40 -04:00
using ComponentFactory.Krypton.Toolkit;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace VM0AV2024_UI
{
public partial class RegistrationReminder : KryptonForm
{
public RegistrationReminder()
{
InitializeComponent();
}
}
}