Skip to content

Commit bf74046

Browse files
updates.md - delegates and events
1 parent 4d9c499 commit bf74046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Page 190, the event name should be `NewCarCreated` instead of `NewCarInfo`:
1010
public event EventHandler<CarInfoEventArgs>? NewCarCreated;
1111
```
1212

13-
[See source code](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/blob/main/1_CS/Delegates/EventsSample/CarDealer.cs)
13+
[See source code - CarDealer.cs](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/blob/main/1_CS/Delegates/EventsSample/CarDealer.cs)
14+
15+
Thanks to [@DanielNikoofar](https://github.com/DanielNikoofar) for reporting this issue!
1416

1517
## Chapter 20, Security
1618

0 commit comments

Comments
 (0)