예제 #1
0
파일: Program.cs 프로젝트: 15831944/C-SHAPE
        static void Main(string[] args)
        {
            Rectangle r = new Rectangle();

            r.Acceptdeatails();
            r.Display();
            Console.ReadLine();
        }