Exemplo n.º 1
0
    public static void Main(string[] args)
    {
        Square Box1 = new Square();

          Box1.makeBox();
          Box1.displayBox();
          Console.ReadLine();
    }