CNSA-212-Personal/MidtermProject/Form1.cs

22 lines
389 B
C#
Raw Normal View History

2024-02-02 08:03:31 -05: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 MidtermProject
{
public partial class Form1 : Form
{
public Form1()
{
2024-02-02 08:36:30 -05:00
2024-02-02 08:03:31 -05:00
InitializeComponent();
}
}
}