Added splash screen for loading application data and made it the default window.

This commit is contained in:
2025-05-22 07:52:03 -04:00
parent 18833df637
commit 014a4ae67a
9 changed files with 299 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace osrs_toolbox
{
public abstract class SplashScreenModel : ModelBase
{
}
}