first commit
This commit is contained in:
9
AppShell.xaml.cs
Normal file
9
AppShell.xaml.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace HeartRateMonitorAndroid;
|
||||
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user