Exemplo n.º 1
0
 public PhotoViewer(Photo photo)
     : base(photo)
 {
     InitializeComponent();
     this.btnClose.Click += delegate { this.Close(); };
     this.LoadData();
 }
Exemplo n.º 2
0
 public PhotoDialog(Photo photo)
     : base("imagen", photo)
 {
     Initialize();
     this.LoadData();
 }