12 lines
174 B
C#
12 lines
174 B
C#
using Navigation_Between.Interface;
|
|
|
|
namespace Navigation_Between;
|
|
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|