示例#1
0
        internal OverlayForm()
        {
            InitializeComponent();

            this.m_hookProc = new WinEventDelegate(this.WinEventProc);
            this.m_overlay  = new OverlayFormMove(this);

            timer          = new Timer();
            timer.Interval = Global.BLINK_INTERVAL;
            timer.Tick    += Timer_Tick;
        }
示例#2
0
        internal OverlayForm()
        {
            InitializeComponent();

            this.m_hookProc = new WinEventDelegate(this.WinEventProc);
            this.m_overlay = new OverlayFormMove(this);

            timer = new Timer();
            timer.Interval = Global.BLINK_INTERVAL;
            timer.Tick += Timer_Tick;
        }