using System.Data.SqlClient;
using ConnectLibrary;
namespace WindowsFormsApplication1
{
public partial class from : Form
{
public from()
{
InitializeComponent();
}
private void btnAdd_Click(object sender, EventArgs e)
{
// อยากให้ inheritance class ConnectDatabase กดปุ่มนี้แล้วไป โชว์
}