コード例 #1
0
        static void Main(string[] args)
        {
            new ConsolePresenter().Header(2, "Interfaces");
            new AnimalFactory().Start();

            ConsolePresenter.Pause();
        }