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