CNSA-212-Personal/CNSA-212-Personal-CAS/Form1.cs

20 lines
381 B
C#
Raw Permalink Normal View History

2024-02-01 06:22:59 -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 CNSA_212_Personal_CAS
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}