2024-02-12 10:06:46 -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 Database2
|
|
|
|
|
{
|
2024-02-12 10:27:33 -05:00
|
|
|
|
public partial class frmTest : Form
|
2024-02-12 10:06:46 -05:00
|
|
|
|
{
|
2024-02-12 10:27:33 -05:00
|
|
|
|
public frmTest()
|
2024-02-12 10:06:46 -05:00
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|