// ------------------------------------------------------------------------------ // // This code was generated by a tool. // Mono Runtime Version: 2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace ThePimp { public partial class PictureView { protected virtual void Build() { Stetic.Gui.Initialize(this); // Widget ThePimp.PictureView Stetic.BinContainer.Attach(this); this.Name = "ThePimp.PictureView"; if ((this.Child != null)) { this.Child.ShowAll(); } this.Show(); } } }