Ejemplo n.º 1
0
 private void dueInvoiceToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     this.Show();
     Excel.due_invoice_report edue = new Excel.due_invoice_report();
     edue.ShowDialog();
 }
Ejemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     Excel.due_invoice_report tr = new Excel.due_invoice_report();
     tr.ShowDialog();
 }