Example #1
0
 private void facturarToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Bill frm = new Bill(_billingService);
     frm.Show();
 }