static void Main(string[] args) { Boxy box = new Boxy(10, 20); box.Width = 10; box.Height = 20; Boxy.Area(); }