Esempio n. 1
0
        private void OKBtn_Click(object sender, EventArgs e)
        {
            bool poster = PosterBtn.Checked;

            MapPrinting.Print(fMapView, poster, fSettings);
        }
Esempio n. 2
0
        private void OKBtn_Click(object sender, EventArgs e)
        {
            bool @checked = this.PosterBtn.Checked;

            MapPrinting.Print(this.fMapView, @checked, this.fSettings);
        }