Exemple #1
0
        private void viewInvoicesBtn_Click(object sender, EventArgs e)
        {
            Invoices invoices = new Invoices(phone_numberTextBox.Text);

            invoices.ShowDialog();
        }
Exemple #2
0
        private void invoicesBtn_Click(object sender, EventArgs e)
        {
            Invoices invoices = new Invoices("");

            invoices.ShowDialog();
        }