New shell experience.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Wino.Mail.WinUI.ViewModels;
|
||||
|
||||
namespace Wino.Mail.WinUI.Views.Abstract;
|
||||
|
||||
public abstract class WinoAppShellAbstract : BasePage<WinoAppShellViewModel>
|
||||
{
|
||||
protected WinoAppShellAbstract()
|
||||
{
|
||||
NavigationCacheMode = Microsoft.UI.Xaml.Navigation.NavigationCacheMode.Enabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user