Exemple #1
0
        public void CountryAction(Country c)
        {
            CountryView country = new CountryView(c);

            country.Display();
        }
Exemple #2
0
 public CountryView(Country Country)
 {
     DisplayCountry = Country;
 }
Exemple #3
0
 public CountryController(Country CountryView)
 {
 }