Removed unnecessary MVVM layers for the splash screen.
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
namespace osrs_toolbox
|
|
||||||
{
|
|
||||||
public abstract class SplashScreenModel : ModelBase
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,21 +0,0 @@
|
|||||||
namespace osrs_toolbox
|
|
||||||
{
|
|
||||||
public class SplashScreenViewModel : SplashScreenModel
|
|
||||||
{
|
|
||||||
public SplashScreenViewModel()
|
|
||||||
{
|
|
||||||
InitializeVariables();
|
|
||||||
InitializeCommands();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void InitializeVariables()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void InitializeCommands()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user