Example #1
0
        public void PostConstruct()
        {
            EventMap.Map(AppEvent.Pause, OnAppPause);

            CheckOrientation();
            StartOrientationCheck();
        }