Example #1
0
        private void redirect(object sender, EventArgs e)
        {
            Label             clickedLabel = sender as Label;
            Consulta_StatusOS staOS        = new Consulta_StatusOS(clickedLabel.Text);

            staOS.ShowDialog();
        }
Example #2
0
        private void statusDaOSToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Consulta_StatusOS conStatus = new Consulta_StatusOS(null);

            conStatus.ShowDialog();
        }