コード例 #1
0
        public static void InterpreterDemo()
        {
            var ip = new InterpreterPattern();

            ip.Interpreter();
        }