コード例 #1
0
ファイル: ContactMenu.cs プロジェクト: Anyinsah/509ITApps
        private void bContactsButton_Click(object sender, EventArgs e)
        {
            ContactMenu    cMenu   = new ContactMenu();
            BusinessEditor bEditor = new BusinessEditor();

            bEditor.Show();
            cMenu.Close();
        }
コード例 #2
0
ファイル: ContactMenu.cs プロジェクト: Anyinsah/509ITApps
        private void pContactsButton_Click(object sender, EventArgs e)
        {
            ContactMenu    cMenu   = new ContactMenu();
            PersonalEditor pEditor = new PersonalEditor();

            pEditor.Show();
            cMenu.Close();
        }