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