Ejemplo n.º 1
0
 private void createReportToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Creating Report...";
     Form18 f18 = new Form18();
     f18.ShowDialog(this);
     listView2_ReadReports();
     toolStripStatusLabel1.Text = "Working...";
 }
Ejemplo n.º 2
0
        private void createReportToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            toolStripStatusLabel1.Text = "Creating Report...";
            Form18 f18 = new Form18();

            f18.ShowDialog(this);
            listView2_ReadReports();
            toolStripStatusLabel1.Text = "Working...";
        }