示例#1
0
    public static void Main(string[] args)
    {
        var tp = new TypePrinter();

        tp.printtypes_of_file(args[0]);
    }