Example #1
0
        private void menuItemSettings_Click(object sender, EventArgs e)
        {
            PubnubInitForm initForm = new PubnubInitForm();

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