示例#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)
 {
 }