コード例 #1
0
 public abstract SurveyDroneConfigurator SetExternalDocument(ExternalDocumentType docType, string path);
 public override SurveyDroneConfigurator SetExternalDocument(ExternalDocumentType docType, string path)
 {
     throw new NotImplementedException();
 }