Exemplo n.º 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;
        }
Exemplo n.º 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;
        }