You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // ------------------------------------------------------------------------------
- // <autogenerated>
- // 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.
- // </autogenerated>
- // ------------------------------------------------------------------------------
-
- 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();
- }
- }
- }
|