Example #1
0
        private void frmPOSMainExt_Load(object sender, EventArgs e)
        {
            fncfullscreen = new fncFullScreen(this);
            fncfullscreen.FullScreen(false, false);
            fncFilter.set_theme_color(this);

            this.Location     = new Point(Screen.PrimaryScreen.Bounds.Width + 1, 0);
            lblStoreName.Text = cls_globalvariables.BusinessName_v.ToUpper();
            wbAds.Navigate(cls_globalvariables.ads_url_v);
            tmrUpdateTime.Enabled = true;
        }