Exemplo n.º 1
0
 public CustomCRSInfo(string name, bool isGeoCentric, MeasureUnit mu, CustomProject customProjectFn)
 {
     Name          = name;
     IsGeoCentric  = isGeoCentric;
     MU            = mu;
     CustomProject = customProjectFn;
 }
Exemplo n.º 2
0
 public CustomCompilationInfoBase(CustomProject project)
 {
     this.Project = project;
 }