using System; namespace GoldPrinter { public class Footer : Outer { public Footer() { } public Footer(int rows, int cols) : this() { base.Initialize(rows, cols); } } }