private void menuItemSettings_Click(object sender, EventArgs e) { PubnubInitForm initForm = new PubnubInitForm(); initForm.Show(); this.Close(); }