CNSA-212-Personal/Database/frmDisplay.cs

20 lines
378 B
C#
Raw Permalink Normal View History

2024-02-12 05:06:51 -08:00
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 Database
{
public partial class frmDisplay : Form
{
public frmDisplay()
{
InitializeComponent();
}
}
}