Exemplo n.º 1
0
        private void Buttongenarate_Click(object sender, EventArgs e)
        {
            //       DataTable dataTable = new DataTable();

            //        dataGridView2.DataSource = null;
            //        downloadingDataTable = null;

            PayRollReportForm payRollReportForm = new PayRollReportForm();

            payRollReportForm.Show();
        }
Exemplo n.º 2
0
        private void buttonReport_Click(object sender, EventArgs e)
        {
            PayRollReportForm payRollReportForm = new PayRollReportForm();

            payRollReportForm.Show();
        }