Ejemplo n.º 1
0
 private void BtnAlertList_Click(object sender, EventArgs e)
 {
     using (AlertList alertList = new AlertList())
     {
         alertList.ShowDialog();
     }
 }