コード例 #1
0
 public Converter(MPContext ctx, IConfiguration cfg)
 {
     context  = ctx;
     config   = cfg;
     analyzer = new MP.Core.Analysis(context, config);
 }