GitBook: [master] one page modified

This commit is contained in:
Nick Polyak 2021-10-04 22:00:16 +00:00 коммит произвёл gitbook-bot
Родитель fe94a667a3
Коммит f11d2c0d7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 07D2180C7B12D0FF
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -734,10 +734,10 @@ The last sample will demonstrate that potentially one can use XAML even for a co
The main program is located under Program.cs file and is very simple:
```csharp
public static void Main(string[] args)
{
Course course = new Course();
}
public static void Main(string[] args)
{
Course course = new Course();
}
```
You can put a breakpoint after the line and investigate the content of the course object: