8 lines
117 B
C#
8 lines
117 B
C#
namespace NotificationFlyoutSample
|
|
{
|
|
public interface INavigation
|
|
{
|
|
void OnNavigatedTo();
|
|
}
|
|
}
|