Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- // ------------------------------------------------------------------------------
- // <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();
- }
- }
- }
|