ThisIsNotRocketScience / GerberTools

Tools to load/edit/create/panelizer sets of gerber files
MIT License
726 stars 145 forks source link

GerberPanelizer wouldn't compile for me until I changed one definition #25

Closed CRImier closed 7 years ago

CRImier commented 7 years ago

I'm using Visual Studio 2015 Community edition. Here's the line that wouldn't compile for me. The workaround was replacing it with this block of code:

       public bool Dotted {
            get
            {
                throw new NotImplementedException();
            }

            set
            {
                throw new NotImplementedException();
            }
        }
StijnKuipers commented 7 years ago

thanks! added - I'm on the more modern VS myself - didnt notice :-)