示例#1
0
 // Add button command.
 public void AddCountryCommand()
 {
     _dataService.AddActiveCountry(_addCountryItem.GetCountryItem());
 }