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; }
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; } }