Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

28 строки
838 B

  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. }