Exemple #1
0
        private void bContactsButton_Click(object sender, EventArgs e)
        {
            ContactMenu    cMenu   = new ContactMenu();
            BusinessEditor bEditor = new BusinessEditor();

            bEditor.Show();
            cMenu.Close();
        }
Exemple #2
0
        private void btn_business_Click(object sender, EventArgs e)
        {
            BusinessEditor business = new BusinessEditor();

            business.Show();
        }