示例#1
0
        private void AddPhoneBtn_Click(object sender, EventArgs e)
        {
            AddMobilePhone addMobile = new AddMobilePhone();

            addMobile.ShowDialog();
            FillMobilePhoneBox();
        }
示例#2
0
        private void AddMobilePhoneMenu_Click(object sender, EventArgs e)
        {
            AddMobilePhone form = new AddMobilePhone();

            form.ShowDialog();
        }