Ejemplo n.º 1
0
        public ALOForm(int intTimeout, Image image, AutoLogOut parentRef)
        {
            InitializeComponent();

            this.intTimeout = intTimeout;
            this.bgImage = image;
            this.parentRef = parentRef;

            blActive = false;
            blLoggedIn = false;

            blNorth = false;
            blWest = false;

            prepareDisplay();

            if (image != null)
                pnlFloater.BackgroundImage = image;
        }
Ejemplo n.º 2
0
        public ALOForm(int intTimeout, Image image, AutoLogOut parentRef)
        {
            InitializeComponent();

            this.intTimeout = intTimeout;
            this.bgImage    = image;
            this.parentRef  = parentRef;

            blActive   = false;
            blLoggedIn = false;

            blNorth = false;
            blWest  = false;

            prepareDisplay();

            if (image != null)
            {
                pnlFloater.BackgroundImage = image;
            }
        }