Files
compabetoOG/personal.cs
T
2023-12-22 23:21:36 -07:00

21 lines
378 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;
namespace compabetov2
{
public partial class personal : Form
{
public personal()
{
InitializeComponent();
}
}
}