file scoped namespaces (#565)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using Wino.Core.Domain.Models.Navigation;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface INavigationAware
|
||||
{
|
||||
public interface INavigationAware
|
||||
{
|
||||
void OnNavigatedTo(NavigationMode mode, object parameters);
|
||||
void OnNavigatedFrom(NavigationMode mode, object parameters);
|
||||
}
|
||||
void OnNavigatedTo(NavigationMode mode, object parameters);
|
||||
void OnNavigatedFrom(NavigationMode mode, object parameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user