Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ThePimp.PictureView.cs 838 B

123456789101112131415161718192021222324252627
  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Mono Runtime Version: 2.0.50727.42
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10. namespace ThePimp {
  11. public partial class PictureView {
  12. protected virtual void Build() {
  13. Stetic.Gui.Initialize(this);
  14. // Widget ThePimp.PictureView
  15. Stetic.BinContainer.Attach(this);
  16. this.Name = "ThePimp.PictureView";
  17. if ((this.Child != null)) {
  18. this.Child.ShowAll();
  19. }
  20. this.Show();
  21. }
  22. }
  23. }