CNSA-212-Personal/Chapter8/Form1.cs
2024-02-12 10:06:46 -05:00

24 lines
445 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;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
namespace Chapter8
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}