public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Adsota_SilverlightSample;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.btnBanner = ((System.Windows.Controls.Button)(this.FindName("btnBanner"))); this.btnScreen = ((System.Windows.Controls.Button)(this.FindName("btnScreen"))); this.btnOfferWall = ((System.Windows.Controls.Button)(this.FindName("btnOfferWall"))); this.banner = ((AppotaAdsSL.Banner)(this.FindName("banner"))); this.fullscreen = ((AppotaAdsSL.FullScreen)(this.FindName("fullscreen"))); this.OfferWall = ((AppotaAdsSL.OfferWall)(this.FindName("OfferWall"))); }