dalexsoto / AlexTouch.GoogleAdMobAds

This contains the files needed to use btouch to generate the dll required to use admob on the managed c# world :)
9 stars 4 forks source link

Error in the Readme #1

Closed AlexanderViken closed 12 years ago

AlexanderViken commented 12 years ago

var ad = new GADBannerView(new RectangleF(new PointF(0,0), GADBannerView.GAD_SIZE_300x250))

should be var ad = new GADBannerView(GADAdSizeCons.MediumRectangle,new PointF(0,0))

dalexsoto commented 12 years ago

Ups wrong thread

dalexsoto commented 12 years ago

Thanks, will update