Пример #1
0
        private void deleteProfileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            toolStripStatusLabel1.Text = "Deleting Profile...";
            Form14 f14 = new Form14();

            f14.ShowDialog(this);
            listView1_ReadProfiles();
            toolStripStatusLabel1.Text = "Working...";
        }
Пример #2
0
 private void deleteProfileToolStripMenuItem_Click(object sender, EventArgs e)
 {
     toolStripStatusLabel1.Text = "Deleting Profile...";
     Form14 f14 = new Form14();
     f14.ShowDialog(this);
     listView1_ReadProfiles();
     toolStripStatusLabel1.Text = "Working...";
 }