示例#1
0
文件: ch02-1.cs 项目: takwas/niit
 static void Main(string[] args)
 {
     Geometrical_Shapes Small_rectangle= new Geometrical_Shapes();
     Small_rectangle.Create();
     Small_rectangle.Display();
     Console.ReadLine();
 }
示例#2
0
    static void Main(string[] args)
    {
        Geometrical_Shapes Small_rectangle = new Geometrical_Shapes();

        Small_rectangle.Create();
        Small_rectangle.Display();
        Console.ReadLine();
    }