Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- // ------------------------------------------------------------------------------
- // <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();
- }
- }
- }
|