Exemplo n.º 1
0
        private void BtnCash_Click_1(object sender, EventArgs e)
        {
            try
            {
                PL.DirSales frm = new DirSales();

                frm.ShowDialog();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message, "", MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }
Exemplo n.º 2
0
 private void btnInvoice_Click(object sender, EventArgs e)
 {
     PL.DirSales frm = new DirSales();
     frm.ShowDialog();
 }
Exemplo n.º 3
0
 private void بيعجديدToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PL.DirSales frm = new DirSales();
     frm.ShowDialog();
 }