private void viewInvoicesBtn_Click(object sender, EventArgs e) { Invoices invoices = new Invoices(phone_numberTextBox.Text); invoices.ShowDialog(); }
private void invoicesBtn_Click(object sender, EventArgs e) { Invoices invoices = new Invoices(""); invoices.ShowDialog(); }