Exemple #1
0
        public void DesignSurface(ScreenForms sf)
        {
            var nvp = StandardPlacementLayoutSpecification.ScreenForm(sf);

            Width  = nvp.Width;
            Height = nvp.Height;
        }