コード例 #1
0
ファイル: Program.cs プロジェクト: michailnk/core-Net
        static void Main(string[] args)
        {
            Visitor santa = new Santa();

            santa.VisitorBoysHouse(new BoysHouse());

            santa.VisitorGirlsHousе(new GirlsHouse());
        }