Ejemplo n.º 1
0
        public EstateExplorer(Estate f, Control owner)
            : base(owner)
        {
            this.RealEstate = f;
            f.InsertObserver(this);

            this.Build();
            this.MinimumSize = new System.Drawing.Size(Width, Height);
            this.mustUpdate  = true;
            this.Update(DateTime.Now, Observable.NotificationType.Update);
        }