Exemplo n.º 1
0
        private void modifyProfileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            toolStripStatusLabel1.Text = "Modifing Profile...";
            Form13 f13 = new Form13();

            f13.ShowDialog(this);
            listView1_ReadProfiles();
            toolStripStatusLabel1.Text = "Working...";
        }
Exemplo n.º 2
0
 private void modifyProfileToolStripMenuItem_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Modifing Profile...";
     Form13 f13 = new Form13();
     f13.ShowDialog(this);
     listView1_ReadProfiles();
     toolStripStatusLabel1.Text = "Working...";
 }