Exemplo n.º 1
0
        public App()
        {
            MainPage = new BugSweeperPage();

			// Prefer to 'not identify' 
//			Xamarin.Insights.Identify(Xamarin.Insights.Traits.GuestIdentifier, null);
        }
Exemplo n.º 2
0
        public App()
        {
            MainPage = new BugSweeperPage();

            // Prefer to 'not identify'
//			Xamarin.Insights.Identify(Xamarin.Insights.Traits.GuestIdentifier, null);
        }
Exemplo n.º 3
0
 public App()
 {
     MainPage = new BugSweeperPage();
 }
Exemplo n.º 4
0
		public App ()
        {
            MainPage = new BugSweeperPage();
        }