Esempio n. 1
0
        public frmHotspot()
        {
            ApplyLanguage();

            InitializeComponent();
            _sticky = new StickyWindow(this)
            {
                StickToScreen = true
            };
            RememberWindow.MoveToEdges_BottomRight(this);

            _isVisibleCore = true;
            if (AppConfig.AppStartedFromStartup)
            {
                _isVisibleCore = false;
            }

            InitializeForm();


#if TRACE
            LogExceptions.ClearTrace();
#endif
        }