LoginForm.cs private void btnlogin_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(@"D...
LoginForm.cs private void btnlogin_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(@"D...
customer.cs public partial class Customer : Form { public Customer() { InitializeComponent(); } ...