private void simpleButton6_Click(object sender, EventArgs e) { frmNotifications notifications = new frmNotifications(); notifications.AppSettings = m_appSettings; notifications.Symbols = m_symbols; if (notifications.ShowDialog() == DialogResult.OK) { DialogResult = DialogResult.None; // nothing really.. all is saved in appsettings already ... } }