Warn before software closed; fix bug on first run
Also put settings into proper dir
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using MayShow.ViewModels;
|
||||
|
||||
namespace MayShow.Interfaces
|
||||
namespace MayShow.Interfaces;
|
||||
|
||||
interface IChangeViewModel
|
||||
{
|
||||
interface IChangeViewModel
|
||||
{
|
||||
void PushViewModel(BaseViewModel model);
|
||||
void PopViewModel();
|
||||
}
|
||||
void PushViewModel(BaseViewModel model);
|
||||
void PopViewModel();
|
||||
}
|
||||
Reference in New Issue
Block a user