コード例 #1
0
ファイル: main.cs プロジェクト: Courey/print_square
    public static void Main(string[] args)
    {
        Square Box1 = new Square();

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