Esempio n. 1
0
        public void CountryAction(Country c)
        {
            CountryView country = new CountryView(c);

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