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

            if (check == true)
            {
                MessageBox.Show("تم التعديل بنجاح");
            }
            else
            {
                MessageBox.Show("noooooooooooooo");
            }
        }