private void LinkCommands() { DeleteCountryCommand = new BaseCommand(DeleteCountry); ChangeCountryCommand = new BaseCommand(ChangeCountry); AddCountryCommand = new BaseCommand(AddCountry); }
private void LinkCommands() { DeleteCountryPollutionCommand = new BaseCommand(DeleteCountryPollution); ChangeCountryPollutionCommand = new BaseCommand(ChangeCountryPollution); AddCountryPollutionCommand = new BaseCommand(AddCountryPollution); }
private void LinkCommands() { DeleteContinentCommand = new BaseCommand(DeleteContinent); ChangeContinentCommand = new BaseCommand(ChangeContinent); AddContinentCommand = new BaseCommand(AddContinent); }
private void LinkCommands() { CloseApplicationCommand = new BaseCommand(CloseApplication); OpenErrorModalCommand = new BaseCommand(OpenWarningModal); CloseErrorModalCommand = new BaseCommand(CloseWarningModal); }