Beispiel #1
0
        public App()
        {
            InitializeComponent();

            AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;

            GameItems.StartServer();
            GameItems.Init();

            MainPage = new MainTabbedPage();
        }