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

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