Esempio n. 1
0
        private void btnSave_Click(object sender, EventArgs e)
        {
            bool check = countryPresenter.CountInsert();

            if (check == true)
            {
                MessageBox.Show("تم الاضافة بنجاح");
            }
            else
            {
                MessageBox.Show("noooooooooooooo");
            }
        }