Exemplo n.º 1
0
        private void modifyReportToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            toolStripStatusLabel1.Text = "Modifing Report...";
            Form20 f20 = new Form20();

            f20.ShowDialog(this);
            listView2_ReadReports();
            toolStripStatusLabel1.Text = "Working...";
        }
Exemplo n.º 2
0
 private void modifyReportToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Modifing Report...";
     Form20 f20 = new Form20();
     f20.ShowDialog(this);
     listView2_ReadReports();
     toolStripStatusLabel1.Text = "Working...";
 }