Beispiel #1
0
    public Int32 ServiceEvents()
    {
        Int32 num = 0;

        if (!this._noEvents)
        {
            this.eTb.ProcessKeyEvents();
            this.CheckSleep();
            num = this.ProcessEvents();
            EIcon.ProcessFIcon();
            EIcon.ProcessAIcon();
        }
        return(num);
    }