Exemple #1
0
        private void mobileOptionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MobileDeviceOptions optForm = new MobileDeviceOptions(this.deviceWidth, this.deviceHeight);

            if (optForm.ShowDialog() == DialogResult.OK)
            {
                this.setMobileSize(optForm.Width, optForm.Height);
                this.showOverlay();

                //this.userControlGoogleMaps.Refresh();
            }
        }
        private void mobileOptionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MobileDeviceOptions optForm = new MobileDeviceOptions(this.deviceWidth, this.deviceHeight);

            if(optForm.ShowDialog() == DialogResult.OK)
            {
                this.setMobileSize(optForm.Width, optForm.Height);
                this.showOverlay();

                //this.userControlGoogleMaps.Refresh();
            }
        }