Ejemplo n.º 1
0
        private void menuItem2_Click(object sender, EventArgs e)
        {
            AddNotification dlg = new AddNotification();

            dlg.ShowDialog();
        }
 private void menuItem2_Click(object sender, EventArgs e)
 {
     AddNotification dlg = new AddNotification();
     dlg.ShowDialog();
 }