Esempio n. 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            ReporteLiquidaciones liq = new ReporteLiquidaciones();

            liq.ShowDialog();
        }
Esempio n. 2
0
        private void liquidacionesToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            ReporteLiquidaciones rliq = new ReporteLiquidaciones();

            rliq.ShowDialog();
        }