프로젝트

일반

사용자정보

개정판 f947c634

IDf947c6344a33e68ec7c09162159f9f2c035e1ecd
상위 c050ce7c
하위 1f0ae149

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #000 : 정리후 다시 개발

Change-Id: I45771e7307f15e5b2e77fee28de5d9f0f9565e35

차이점 보기:

DTI_PID/SPPIDConverter/ConverterForm.cs
397 397
                foreach (string fileName in xtraOpenFileDialog.FileNames)
398 398
                {
399 399
                    SPPID_Document document = new SPPID_Document(fileName);
400
                    document.SymbolMappings = symbolMappings;
401
                    document.LineMappings = lineMappings;
402
                    document.LineNumberMappings = lineNumberMappings;
403
                    document.AssociationMappings = associationMappings;
404 400

  
405 401
                    DataRow[] rows = _ConverterDT.Select(string.Format("colDrawingFilePath = '{0}'", fileName));
406 402
                    DataRow row;
......
457 453

  
458 454
        private void btnItemMapping_Click(object sender, EventArgs e)
459 455
        {
456
#if DEBUG
457
            SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\zIsocynates-325_Page75.xml");
458
            AutoModeling modeling = new AutoModeling(document);
459
            modeling.Run();
460
            return;
461
#endif
462

  
460 463
            Project_Info _ProjectInfo = Project_Info.GetInstance();
461 464
            if (!_ProjectInfo.Enable)
462 465
            {

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)