private void ModCl_Click(object sender, EventArgs e) { AddClients AddClient = new AddClients(); AddClient.ShowDialog(); showData("select * from cliente"); }
private void Back_Click(object sender, EventArgs e) { this.Hide(); AddClients BackHome = new AddClients(); BackHome.ShowDialog(); }