Implement splash screen.

This commit is contained in:
2020-04-09 04:18:29 +01:00
parent 87b3ac704c
commit 8c1ebaec86
3 changed files with 185 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
{
public class MainWindowViewModel : ViewModelBase
{
public string Greeting => "Welcome to Avalonia!";
public string Greeting => "Welcome to Aaru!";
}
}
}