Skip to content

Commit

Permalink
Fix sample code on Splashscreen.md (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding authored Nov 19, 2024
1 parent 746753a commit 3a255aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/Splashscreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WinUIEx provides two kinds of splash screens:
`SimpleSplashScreen` will show an image while the app is loading. To use it, create a new `SimpleSplashScreen` in App.xaml.cs:

```cs
private SimpleSplashScreen vss { get; set; }
private SimpleSplashScreen fss { get; set; }

public App()
{
Expand Down Expand Up @@ -135,4 +135,4 @@ protected override async Task OnLoading()
await Task.Delay(50);
}
}
```
```

0 comments on commit 3a255aa

Please sign in to comment.