Skip to content

Commit 3a255aa

Browse files
Fix sample code on Splashscreen.md (#197)
1 parent 746753a commit 3a255aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/Splashscreen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WinUIEx provides two kinds of splash screens:
1010
`SimpleSplashScreen` will show an image while the app is loading. To use it, create a new `SimpleSplashScreen` in App.xaml.cs:
1111

1212
```cs
13-
private SimpleSplashScreen vss { get; set; }
13+
private SimpleSplashScreen fss { get; set; }
1414

1515
public App()
1616
{
@@ -135,4 +135,4 @@ protected override async Task OnLoading()
135135
await Task.Delay(50);
136136
}
137137
}
138-
```
138+
```

0 commit comments

Comments
 (0)