static void Main(string[] args) { Rectangle r = new Rectangle(); r.GetData(); r.Display(); }
static void Main(string[] args) { Rectangle r = new Rectangle(); r.GetData(); r.Display(); Console.ReadLine(); }