示例#1
0
        static void Main(string[] args)
        {
            var d = new Deutschland();

            d.FesteFeiern();
        }
示例#2
0
 static void Main(string[] args)
 {
     var d = new Deutschland();
     var b = new Bundesland();
 }