Skip to content

Commit

Permalink
Basic functionality RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
VlaanH committed Jul 1, 2021
1 parent e0d15e4 commit 0a5dcb2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions AntStats.Xamarin/AntStats.Xamarin/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
using System;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;


namespace AntStats.Xamarin
{
public partial class App : Application
{
public App()
{



InitializeComponent();


Current.MainPage = new NavigationPage(new Stats());

}

}
}

0 comments on commit 0a5dcb2

Please sign in to comment.