示例#1
0
        public App()
        {
            MainPage = new BugSweeperPage();

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

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