Пример #1
0
 private void lbsoundCX_Click(object sender, EventArgs e)
 {
     AlertDetail ad = new AlertDetail("sound");
     ad.ShowDialog();
 }
Пример #2
0
        private void lbsoundCX_Click(object sender, EventArgs e)
        {
            AlertDetail ad = new AlertDetail("sound");

            ad.ShowDialog();
        }