示例#1
0
 public NPlantImage(string javaPath, PlantUmlInvocation invocation)
 {
     _javaPath   = javaPath ?? "java.exe";
     _invocation = invocation;
 }
示例#2
0
 public NPlantImage(string javaPath, PlantUmlInvocation invocation)
 {
     _javaPath = javaPath ?? "java.exe";
     _invocation = invocation;
 }