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

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

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